forked from 0x2620/pandora
fix #880 (clips view layout)
This commit is contained in:
parent
b524435534
commit
82a327b115
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ pandora.ui.clipsView = function(videoRatio) {
|
||||||
element: pandora.$ui.clipList = getClipList()
|
element: pandora.$ui.clipList = getClipList()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
element: Ox.Bar({size: 16})
|
element: Ox.Bar({size: 16}).append($status),
|
||||||
.append($status)
|
size: 16
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
orientation: 'vertical'
|
orientation: 'vertical'
|
||||||
|
|
Loading…
Reference in a new issue