forked from 0x2620/pandora
SCROLLBAR_SIZE -> UI.SCROLLBAR_SIZE
This commit is contained in:
parent
ae9d2768c9
commit
bd190b4695
25 changed files with 62 additions and 62 deletions
|
|
@ -5,9 +5,9 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
var ui = pandora.user.ui,
|
||||
edit,
|
||||
listSizes = [
|
||||
144 + Ox.SCROLLBAR_SIZE,
|
||||
280 + Ox.SCROLLBAR_SIZE,
|
||||
416 + Ox.SCROLLBAR_SIZE
|
||||
144 + Ox.UI.SCROLLBAR_SIZE,
|
||||
280 + Ox.UI.SCROLLBAR_SIZE,
|
||||
416 + Ox.UI.SCROLLBAR_SIZE
|
||||
],
|
||||
listSize = listSizes[ui.clipColumns],
|
||||
smallTimelineCanvas,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue