UI: remove tools space type, use properties context
We've decieded to use tools context in properties editor.
This commit is contained in:
@@ -32,8 +32,7 @@ class PROPERTIES_HT_header(Header):
|
||||
row = layout.row()
|
||||
row.template_header()
|
||||
|
||||
if view.mode == 'DATA_PROPERTIES':
|
||||
row.prop(view, "context", expand=True, icon_only=True)
|
||||
row.prop(view, "context", expand=True, icon_only=True)
|
||||
|
||||
|
||||
classes = (
|
||||
|
Reference in New Issue
Block a user