2.5 UI Files:

* Code cleanup after Pepper merge.
This commit is contained in:
Thomas Dinges
2011-08-30 10:44:02 +00:00
parent 947d4a654b
commit 6c9ee34dd8
5 changed files with 7 additions and 20 deletions

View File

@@ -235,7 +235,6 @@ class ConstraintButtonsPanel():
row.label()
def LIMIT_ROTATION(self, context, layout, con):
split = layout.split()
col = split.column(align=True)
@@ -259,9 +258,7 @@ class ConstraintButtonsPanel():
sub.prop(con, "min_z", text="Min")
sub.prop(con, "max_z", text="Max")
row = layout.row()
row.prop(con, "use_transform_limit")
row.label()
layout.prop(con, "use_transform_limit")
row = layout.row()
row.label(text="Convert:")