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>2018-06-01 23:37:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-01 23:37:27 +0300
commit8433ed76b2fc9a0017f256031911a0e4608086f9 (patch)
tree2cecf508b3303d1367b71c12788a5b27894330fc
parentd18cd768bb0cc7dd9eba36e3f0c4e2189853c08f (diff)
UI: re-order navigate manipulator
Looked as if size applied to navigation too.
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 5c9c3ea1c67..1e090884fd1 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -289,13 +289,14 @@ class USERPREF_PT_interface(Panel):
#col.prop(view, "open_left_mouse_delay", text="Hold LMB")
#col.prop(view, "open_right_mouse_delay", text="Hold RMB")
col.prop(view, "show_manipulator")
- col.prop(view, "show_manipulator_navigate")
## Currently not working
# col.prop(view, "show_manipulator_shaded")
sub = col.column()
sub.active = view.show_manipulator
sub.prop(view, "manipulator_size", text="Size")
+ col.prop(view, "show_manipulator_navigate")
+
col.separator()
col.separator()
col.separator()