UI: Move menu shadow theme options next to each other

For some reason they were separated, even though they are closely
related.
This commit is contained in:
Julian Eisel
2020-02-28 11:35:36 +01:00
parent 9a855f94fc
commit d9c25f0192
3 changed files with 3 additions and 3 deletions

View File

@@ -861,11 +861,11 @@ class USERPREF_PT_theme_interface_styles(ThemePanel, CenterAlignMixIn, Panel):
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
flow.prop(ui, "menu_shadow_fac")
flow.prop(ui, "menu_shadow_width")
flow.prop(ui, "icon_alpha")
flow.prop(ui, "icon_saturation")
flow.prop(ui, "editor_outline")
flow.prop(ui, "widget_text_cursor")
flow.prop(ui, "menu_shadow_width")
flow.prop(ui, "widget_emboss")