UI: re-order navigate manipulator

Looked as if size applied to navigation too.
This commit is contained in:
Campbell Barton 2018-06-01 22:37:27 +02:00
parent d18cd768bb
commit 8433ed76b2
Notes: blender-bot 2023-02-14 11:28:43 +01:00
Referenced by issue #55305,  2.80.16 builds can not import fbx file
1 changed files with 2 additions and 1 deletions

View File

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