improving frames and posters view

This commit is contained in:
rlx 2011-06-07 03:17:36 +00:00
commit 6de1e6d55a
4 changed files with 102 additions and 43 deletions

View file

@ -51,6 +51,8 @@ pandora.ui.rightPanel = function() {
pandora.user.ui.itemView == 'timeline' && pandora.$ui.editor.options({
width: data
});
pandora.user.ui.itemView == 'frames' && pandora.$ui.item.resize();
pandora.user.ui.itemView == 'posters' && pandora.$ui.item.resize();
}
}
});