add timeline item view
This commit is contained in:
parent
f5f6ff468f
commit
707fdd95ed
9 changed files with 36 additions and 19 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue