Cleanup: line length, single quote enums, invalid URL

This commit is contained in:
2020-05-29 12:45:20 +10:00
parent 5ec18ae4ab
commit dbdb8a3355
5 changed files with 16 additions and 10 deletions

View File

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