diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py index 6445fdcfad6..3f9e0cd83bb 100644 --- a/release/scripts/ui/space_userpref.py +++ b/release/scripts/ui/space_userpref.py @@ -323,8 +323,7 @@ class USERPREF_PT_edit(bpy.types.Panel): row.separator() col = row.column() - row = col.row(align=True) - row.prop(edit, "sculpt_paint_overlay_color", text="Sculpt Overlay Color") + col.prop(edit, "sculpt_paint_overlay_color", text="Sculpt Overlay Color") col.separator() col.separator()