resize clip list on edit panel resize
This commit is contained in:
parent
52f946848c
commit
deddd58dd7
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ Ox.ClipPanel = function(options, self) {
|
|||
sortable: isSortable(),
|
||||
});
|
||||
}
|
||||
})
|
||||
.bindEvent({
|
||||
resize: function() {
|
||||
self.$list.size();
|
||||
}
|
||||
});
|
||||
|
||||
self.$menubar = Ox.Bar({
|
||||
|
|
Loading…
Reference in a new issue