Commit: 9acbf720a07db06b7dc06da8dad784c8b292e753
Author: Antonio Vazquez
Date:   Mon Aug 7 15:52:51 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB9acbf720a07db06b7dc06da8dad784c8b292e753

UI: Add space between fill type and color

===================================================================

M       release/scripts/startup/bl_ui/properties_grease_pencil_common.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py 
b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index 881b0f23ee2..3818087e11b 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -1480,6 +1480,10 @@ class GreasePencilPaletteFillPanel:
         col = row.column(align=True)
         col.enabled = not pcolor.lock
         col.prop(pcolor, "fill_style", text="")
+
+        row = layout.row()
+        col = row.column(align=True)
+        
         if pcolor.fill_style != 'TEXTURE':
             col.prop(pcolor, "fill_color", text="")
             col.prop(pcolor, "fill_alpha", text="Opacity", slider=True)

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to