From 724d22e14fd58e41029849c4e0365faa011384d0 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 3 Jan 2012 01:37:32 +0530 Subject: [PATCH] inline resolution selection again --- source/Ox.UI/js/Video/Ox.VideoEditor.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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},