UI: use single column layout for image settings panels

This commit is contained in:
Brecht Van Lommel
2019-05-19 14:51:21 +02:00
parent 7aaa7aa9dd
commit 2ff393bb98
3 changed files with 275 additions and 262 deletions

View File

@@ -490,7 +490,6 @@ class NODE_PT_active_node_properties(Panel):
bl_category = "Item"
bl_label = "Properties"
bl_options = {'DEFAULT_CLOSED'}
bl_parent_id = 'NODE_PT_active_node_generic'
@classmethod
def poll(cls, context):