archipack: close panels by default: T70017

This commit is contained in:
Brendon Murphy 2019-09-24 11:31:55 +10:00
parent 5fe07d9d84
commit 2db7d89047
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ class TOOLS_PT_Archipack_Create(Panel):
bl_region_type = "UI"
bl_category = "Create"
bl_context = "objectmode"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(self, context):