inline resolution selection again
This commit is contained in:
parent
39f9e9bb4d
commit
724d22e14f
1 changed files with 1 additions and 4 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue