measureit: only first panel open by default T50357

This commit is contained in:
Brendon Murphy 2017-06-08 19:30:05 +10:00
parent 8eb4eb150f
commit c56d4a88cc
1 changed files with 2 additions and 0 deletions

View File

@ -677,6 +677,7 @@ class MeasureitConfPanel(Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = "TOOLS"
bl_category = 'Measureit'
bl_options = {'DEFAULT_CLOSED'}
# ------------------------------
# Draw UI
@ -711,6 +712,7 @@ class MeasureitRenderPanel(Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = "TOOLS"
bl_category = 'Measureit'
bl_options = {'DEFAULT_CLOSED'}
# ------------------------------
# Draw UI