forked from 0x2620/oxjs
use MenuButton
This commit is contained in:
parent
9f151e2e60
commit
96b206de1a
4 changed files with 24 additions and 36 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue