default length for shape key list, so it looks good when empty

This commit is contained in:
Martin Poirier 2009-08-29 17:13:06 +00:00
parent c9041b61c5
commit e6f2f4db28

@ -102,7 +102,7 @@ class DATA_PT_shape_keys(DataButtonsPanel):
kb = ob.active_shape_key
row = layout.row()
row.template_list(key, "keys", ob, "active_shape_key_index")
row.template_list(key, "keys", ob, "active_shape_key_index", rows=2)
col = row.column()