SCROLLBAR_SIZE -> UI.SCROLLBAR_SIZE

This commit is contained in:
rolux 2014-09-26 14:12:25 +02:00
commit bd190b4695
25 changed files with 62 additions and 62 deletions

View file

@ -35,10 +35,10 @@ pandora.ui.apiDialog = function() {
keys: {escape: 'close'},
maximizeButton: true,
minHeight: 256,
minWidth: 544 + Ox.SCROLLBAR_SIZE,
minWidth: 544 + Ox.UI.SCROLLBAR_SIZE,
removeOnClose: true,
title: Ox._('API Documentation'),
width: 672 + Ox.SCROLLBAR_SIZE
width: 672 + Ox.UI.SCROLLBAR_SIZE
})
.bindEvent({
close: function() {
@ -73,7 +73,7 @@ pandora.ui.apiDialog = function() {
{
id: 'title',
visible: true,
width: 128 - Ox.SCROLLBAR_SIZE
width: 128 - Ox.UI.SCROLLBAR_SIZE
}
],
items: items,