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
|
|
@ -22,7 +22,7 @@ pandora.ui.infoView = function(data) {
|
|||
iconLeft = iconSize == 256 ? Math.floor((iconSize - iconWidth) / 2) : 0,
|
||||
borderRadius = ui.icons == 'posters' ? 0 : iconSize / 8,
|
||||
isEditable = canEdit && data.id.slice(0, 2) == '0x',
|
||||
listWidth = 144 + Ox.SCROLLBAR_SIZE,
|
||||
listWidth = 144 + Ox.UI.SCROLLBAR_SIZE,
|
||||
margin = 16,
|
||||
statisticsWidth = 128,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue