UI: Collapse Annotations panel by default

This commit is contained in:
Pablo Vazquez 2018-07-31 12:26:06 +02:00
parent f06884b18a
commit bf72d510d4
1 changed files with 1 additions and 1 deletions

View File

@ -699,6 +699,7 @@ class GPENCIL_UL_annotation_layer(UIList):
class GreasePencilDataPanel:
bl_label = "Annotations"
bl_region_type = 'UI'
bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(cls, context):
@ -832,7 +833,6 @@ class GreasePencilToolsPanel:
# For use in "2D" Editors without their own toolbar
# subclass must set
# bl_space_type = 'IMAGE_EDITOR'
# bl_options = {'DEFAULT_CLOSED'}
bl_label = "Grease Pencil Settings"
bl_region_type = 'UI'
bl_options = {'DEFAULT_CLOSED'}