[Bf-blender-cvs] [e7f535cd4cf] master: UI: Remove redundant separator

William Reynish noreply at git.blender.org
Tue Mar 19 18:41:34 CET 2019


Commit: e7f535cd4cf919b7e479d20b8a1b6714f166151d
Author: William Reynish
Date:   Tue Mar 19 18:41:33 2019 +0100
Branches: master
https://developer.blender.org/rBe7f535cd4cf919b7e479d20b8a1b6714f166151d

UI: Remove redundant separator

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 8866d221099..c9684c95130 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -1126,9 +1126,6 @@ class IMAGE_PT_paint_stroke(BrushButtonsPanel, Panel):
             col.template_ID(brush, "paint_curve", new="paintcurve.new")
             col.operator("paintcurve.draw")
 
-        col = layout.column()
-        col.separator()
-
         row = col.row(align=True)
         if brush.use_relative_jitter:
             row.prop(brush, "jitter", slider=True)



More information about the Bf-blender-cvs mailing list