materials_library_vx: close panel by default: T70017

This commit is contained in:
Brendon Murphy 2019-09-24 15:33:00 +10:00
parent f5be97a23c
commit 083bf067f9
1 changed files with 1 additions and 0 deletions

View File

@ -1118,6 +1118,7 @@ class MATLIB_PT_vxPanel(Panel):
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "material"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(self, context):