SCROLLBAR_SIZE -> UI.SCROLLBAR_SIZE
This commit is contained in:
parent
ae9d2768c9
commit
bd190b4695
25 changed files with 62 additions and 62 deletions
|
|
@ -179,7 +179,7 @@ pandora.ui.statisticsDialog = function() {
|
|||
|
||||
$tabPanel = Ox.TabPanel({
|
||||
content: function(id) {
|
||||
var chartWidth = dialogWidth - 32 - Ox.SCROLLBAR_SIZE,
|
||||
var chartWidth = dialogWidth - 32 - Ox.UI.SCROLLBAR_SIZE,
|
||||
mode = $guestsCheckbox.options('value') ? 'all' : 'registered',
|
||||
top = 16,
|
||||
$content = Ox.Element()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue