Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-06 13:39:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 13:39:57 +0300
commitf7613cf41ceb4d31d8a869e27cef4781a83e09db (patch)
treec6c9a9595801e0c38229a56608549e84086ce877 /release/scripts/startup/bl_ui/space_userpref.py
parentafd4bf869498782a56304cd127192161a0a40996 (diff)
UI: tweak header position button
Be less prominent.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 814e527cbc5..8dd02baf91d 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -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):