* Minor tweaks after tomato merge, rest of Tomato UI code is excellent. :)
This commit is contained in:
Thomas Dinges
2011-11-07 14:34:56 +00:00
parent 2b6e4f2422
commit 5ebee683bd
2 changed files with 2 additions and 12 deletions

View File

@@ -761,8 +761,7 @@ class ConstraintButtonsPanel():
layout.prop(con, "track")
row = layout.row()
row.prop(con, "reference", expand=True)
layout.row().prop(con, "reference", expand=True)
layout.operator("clip.constraint_to_fcurve")