UI: tweak header position button

Be less prominent.
This commit is contained in:
Campbell Barton 2019-02-06 21:39:06 +11:00
parent afd4bf8694
commit f7613cf41c
1 changed files with 1 additions and 1 deletions

View File

@ -210,10 +210,10 @@ class USERPREF_PT_interface_editors(PreferencePanel):
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
flow.row().prop(view, "header_align")
flow.prop(system, "use_region_overlap")
flow.prop(view, "show_layout_ui", text="Corner Splitting")
flow.prop(view, "color_picker_type")
flow.row().prop(view, "header_align")
class USERPREF_PT_interface_menus(Panel):