UI: remove tools space type, use properties context

We've decieded to use tools context in properties editor.
This commit is contained in:
Campbell Barton
2018-06-08 16:30:56 +02:00
parent 9d59d20957
commit 1ce55693f5
6 changed files with 18 additions and 55 deletions

View File

@@ -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 = (