Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reynish <billrey@me.com>2019-03-19 20:41:33 +0300
committerWilliam Reynish <billrey@me.com>2019-03-19 20:41:33 +0300
commite7f535cd4cf919b7e479d20b8a1b6714f166151d (patch)
tree3a65808076f3deece585aa3d3776a9a0a3d9e669
parentbd017dae28d733779badacb2e5263483930c96c6 (diff)
UI: Remove redundant separator
-rw-r--r--release/scripts/startup/bl_ui/space_image.py3
1 files changed, 0 insertions, 3 deletions
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)