Nurbs Curve UI:

* Fixed an alignment issue in resolution buttons.
This commit is contained in:
Thomas Dinges
2010-11-10 19:37:58 +00:00
parent 3b5ad51719
commit e6f6a0a6e2

View File

@@ -103,8 +103,9 @@ class DATA_PT_shape_curve(CurveButtonsPanel, bpy.types.Panel):
col = split.column()
if is_surf:
sub = col.column(align=True)
sub = col.column()
sub.label(text="")
sub = col.column(align=True)
sub.prop(curve, "resolution_v", text="Preview V")
sub.prop(curve, "render_resolution_v", text="Render V")