Show grouping panel by default

This commit is contained in:
Dion Moult
2024-08-23 14:20:37 +10:00
parent 3d38068b90
commit e3b1e0773f
+1 -1
View File
@@ -561,7 +561,7 @@ class BIM_PT_tab_grouping_and_filtering(Panel):
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "scene"
bl_options = {"DEFAULT_CLOSED", "HEADER_LAYOUT_EXPAND"}
bl_options = {"HEADER_LAYOUT_EXPAND"}
@classmethod
def poll(cls, context):