UI: disable decorators for workspace buttons

This commit is contained in:
2019-05-13 16:45:30 +10:00
parent 741f29d499
commit deb5884744

View File

@@ -44,6 +44,7 @@ class WORKSPACE_PT_main(WorkSpaceButtonsPanel, Panel):
layout = self.layout
layout.use_property_split = True
layout.use_property_decorate = False
layout.prop(workspace, "object_mode", text="Mode")