UI: Remove redundant separator

This commit is contained in:
2019-03-19 18:41:33 +01:00
parent bd017dae28
commit e7f535cd4c

View File

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