add timeline item view

This commit is contained in:
rolux 2012-04-17 10:03:11 +02:00
commit 707fdd95ed
9 changed files with 36 additions and 19 deletions

View file

@ -43,6 +43,8 @@ pandora.ui.rightPanel = function() {
pandora.$ui.browser.scrollToSelection();
if (pandora.user.ui.itemView == 'clips') {
pandora.$ui.clipList.size();
} else if (pandora.user.ui.itemView == 'timeline') {
pandora.$ui.timeline.options({width: data.size});
} else if (pandora.user.ui.itemView == 'player') {
pandora.$ui.player.options({width: data.size});
} else if (pandora.user.ui.itemView == 'editor') {