inline resolution selection again

This commit is contained in:
j 2012-01-03 01:37:32 +05:30
parent 39f9e9bb4d
commit 724d22e14f

View file

@ -415,10 +415,7 @@ Ox.VideoEditor = function(options, self) {
{id: 'toggleSize', title: 'Large Player', selected: self.options.playerSize == 'large', keyboard: 'shift +'},
{}
],
{
'id': 'resolution', title:'Resolution',
items: [ { group: 'resolution', min: 1, max: 1, items: self.resolutions } ]
},
{ group: 'resolution', min: 1, max: 1, items: self.resolutions },
[
{},
{id: 'largeTimeline', title: 'Hide Large Timeline', disabled: true},