UI: add view aligned gizmo color

Was hard coded to white making white backgrounds impractical.

D7162 by @billreynish with edits.
This commit is contained in:
Campbell Barton
2020-03-19 11:40:04 +11:00
parent 014e569258
commit b62e1146e1
12 changed files with 45 additions and 11 deletions

View File

@@ -916,6 +916,7 @@ class USERPREF_PT_theme_interface_gizmos(ThemePanel, CenterAlignMixIn, Panel):
col = flow.column()
col.prop(ui, "gizmo_primary")
col.prop(ui, "gizmo_secondary")
col.prop(ui, "gizmo_view_align")
col = flow.column()
col.prop(ui, "gizmo_a")