1
0
Fork 0
forked from 0x2620/oxjs

use MenuButton

This commit is contained in:
rolux 2011-12-20 12:50:37 +05:30
commit 96b206de1a
4 changed files with 24 additions and 36 deletions

View file

@ -384,7 +384,7 @@ Ox.VideoEditor = function(options, self) {
);
});
self.$videoMenuButton = Ox.Select({
self.$videoMenuButton = Ox.MenuButton({
items: Ox.merge(
[
{id: 'toggleSize', title: 'Large Player', selected: self.options.playerSize == 'large', keyboard: 'shift +'},
@ -403,7 +403,6 @@ Ox.VideoEditor = function(options, self) {
{id: 'keyboard', title: 'Keyboard Shortcuts...', keyboard: 'h'}
]
),
selectable: false,
title: 'set',
tooltip: 'Actions and Settings',
type: 'image'