fix #880 (clips view layout)

This commit is contained in:
rolux 2012-06-30 22:12:04 +00:00
parent b524435534
commit 82a327b115

View file

@ -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'