some bugfixes

This commit is contained in:
rolux 2011-09-17 11:50:01 +00:00
commit b1aa2fe73d
2 changed files with 3 additions and 2 deletions

View file

@ -407,6 +407,7 @@ pandora.ui.item = function() {
pandora.UI.set('videoPoints|' + pandora.user.ui.item + '|position', data.position);
},
resize: function(data) {
Ox.print('RESIZE!!', data.size)
pandora.$ui.editor.options({
height: data.size
});