forked from 0x2620/pandora
use ui.clipSize
This commit is contained in:
parent
4445b33718
commit
cb3c18e26b
5 changed files with 5 additions and 5 deletions
|
|
@ -81,7 +81,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
clickLink: pandora.clickLink,
|
||||
clipRatio: pandora.site.video.previewRatio,
|
||||
clips: Ox.clone(edit.clips),
|
||||
clipSize: ui.editSidebarSize + Ox.UI.SCROLLBAR_SIZE,
|
||||
clipSize: ui.clipSize + Ox.UI.SCROLLBAR_SIZE,
|
||||
clipTooltip: 'clips <span class="OxBright">' + Ox.SYMBOLS.shift + 'C</span>',
|
||||
clipView: ui.edits[ui.edit].view,
|
||||
controlsTooltips: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue