Cleanup: line length, single quote enums, invalid URL
This commit is contained in:
@@ -125,7 +125,7 @@ class UnifiedPaintPanel:
|
||||
|
||||
if unified_name and not header:
|
||||
# NOTE: We don't draw UnifiedPaintSettings in the header to reduce clutter. D5928#136281
|
||||
row.prop(ups, unified_name, text="", icon="BRUSHES_ALL")
|
||||
row.prop(ups, unified_name, text="", icon='BRUSHES_ALL')
|
||||
|
||||
return row
|
||||
|
||||
|
||||
Reference in New Issue
Block a user