[Bf-blender-cvs] [1f80f84d179] greasepencil-object: Cleanup: Remove excessive space

Antonio Vazquez noreply at git.blender.org
Thu Jun 14 17:36:24 CEST 2018


Commit: 1f80f84d179f8f5537c69488bee85ac9f9323be5
Author: Antonio Vazquez
Date:   Thu Jun 14 17:36:16 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB1f80f84d179f8f5537c69488bee85ac9f9323be5

Cleanup: Remove excessive space

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

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 3e313b5ffad..0f203e7f3a6 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -322,9 +322,6 @@ class GreasePencilAppearancePanel:
             col.label("Brush Type:")
             col.prop(gp_settings, "gpencil_brush_type", text="")
 
-            layout.separator()
-            layout.separator()
-
             col = layout.column(align=True)
             col.label("Icon:")
             sub = col.column(align=True)
@@ -337,9 +334,6 @@ class GreasePencilAppearancePanel:
             sub.active = brush.use_custom_icon
             sub.prop(brush, "icon_filepath", text="")
 
-            layout.separator()
-            layout.separator()
-
             col = layout.column(align=True)
             col.prop(gp_settings, "use_cursor", text="Show Brush")



More information about the Bf-blender-cvs mailing list