1
0
Fork 0
forked from 0x2620/oxjs

tooltips and better cursors for splitpanels

This commit is contained in:
rlx 2011-09-04 21:15:16 +00:00
commit 1333a3ecec
7 changed files with 105 additions and 73 deletions

View file

@ -31,6 +31,7 @@ Ox.VideoEditor = function(options, self) {
showAnnotations: false,
showLargeTimeline: true,
subtitles: [],
tooltips: false,
videoRatio: 16/9,
videoSize: 'small',
video: '',
@ -641,7 +642,8 @@ Ox.VideoEditor = function(options, self) {
}),
resizable: true,
resize: [192, 256, 320, 384],
size: self.options.annotationsSize
size: self.options.annotationsSize,
tooltip: self.options.tooltips ? 'annotations' : false
}
],
orientation: 'horizontal'