diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index a3bbc227..4ea11cfa 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -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},