From deddd58dd7262a402251c4c8144f806cc06f93df Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 15 Jul 2013 12:03:31 +0000 Subject: [PATCH] resize clip list on edit panel resize --- source/Ox.UI/js/Video/ClipPanel.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/Ox.UI/js/Video/ClipPanel.js b/source/Ox.UI/js/Video/ClipPanel.js index 32a7f07b..96fd3900 100644 --- a/source/Ox.UI/js/Video/ClipPanel.js +++ b/source/Ox.UI/js/Video/ClipPanel.js @@ -39,6 +39,11 @@ Ox.ClipPanel = function(options, self) { sortable: isSortable(), }); } + }) + .bindEvent({ + resize: function() { + self.$list.size(); + } }); self.$menubar = Ox.Bar({