forked from 0x2620/pandora
edit panel: pass tooltips
This commit is contained in:
parent
759a8d7f69
commit
7649be7783
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ pandora.ui.editPanel = function() {
|
||||||
clipSize: listSize,
|
clipSize: listSize,
|
||||||
clipSort: ui.edits[ui.edit].sort,
|
clipSort: ui.edits[ui.edit].sort,
|
||||||
clipSortOptions: [/*...*/],
|
clipSortOptions: [/*...*/],
|
||||||
|
clipTooltip: 'clips <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'C</span>',
|
||||||
clipView: ui.edits[ui.edit].view,
|
clipView: ui.edits[ui.edit].view,
|
||||||
duration: edit.duration,
|
duration: edit.duration,
|
||||||
editable: edit.editable,
|
editable: edit.editable,
|
||||||
|
@ -123,6 +124,7 @@ pandora.ui.editPanel = function() {
|
||||||
})
|
})
|
||||||
),
|
),
|
||||||
timeline: ui.videoTimeline,
|
timeline: ui.videoTimeline,
|
||||||
|
timelineTooltip: 'timeline <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'T</span>',
|
||||||
video: getVideos(),
|
video: getVideos(),
|
||||||
volume: ui.videoVolume,
|
volume: ui.videoVolume,
|
||||||
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
|
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
|
||||||
|
|
Loading…
Reference in a new issue