2D stabilizer: Remove redundant rows from the interface

This commit is contained in:
Sergey Sharybin 2016-08-17 10:45:52 +02:00
parent 83d94ef4d0
commit 069bc4086c

View File

@ -977,10 +977,8 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, Panel):
col = layout.column()
col.active = stab.use_stabilize_rotation
row = col.row()
row.prop(stab, "influence_rotation")
row = col.row()
row.prop(stab, "influence_scale")
col.prop(stab, "influence_rotation")
col.prop(stab, "influence_scale")
layout.prop(stab, "filter_type")