resize clip list on edit panel resize

This commit is contained in:
rlx 2013-07-15 12:03:31 +00:00
parent 52f946848c
commit deddd58dd7

View file

@ -39,6 +39,11 @@ Ox.ClipPanel = function(options, self) {
sortable: isSortable(),
});
}
})
.bindEvent({
resize: function() {
self.$list.size();
}
});
self.$menubar = Ox.Bar({