UI: Remove spaces around '/'

D2093 by @Blendify
This commit is contained in:
Campbell Barton
2016-07-15 15:50:42 +10:00
parent 10f5a6a57e
commit 97f894f3fa
5 changed files with 5 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ class DATA_PT_shape_curve(CurveButtonsPanel, Panel):
col.prop(curve, "use_fill_deform")
if is_curve:
col.label(text="Path / Curve-Deform:")
col.label(text="Path/Curve-Deform:")
sub = col.column()
subsub = sub.row()
subsub.prop(curve, "use_radius")