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,
|
||||
clipSort: ui.edits[ui.edit].sort,
|
||||
clipSortOptions: [/*...*/],
|
||||
clipTooltip: 'clips <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'C</span>',
|
||||
clipView: ui.edits[ui.edit].view,
|
||||
duration: edit.duration,
|
||||
editable: edit.editable,
|
||||
|
@ -123,6 +124,7 @@ pandora.ui.editPanel = function() {
|
|||
})
|
||||
),
|
||||
timeline: ui.videoTimeline,
|
||||
timelineTooltip: 'timeline <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'T</span>',
|
||||
video: getVideos(),
|
||||
volume: ui.videoVolume,
|
||||
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
|
||||
|
|
Loading…
Reference in a new issue