SCROLLBAR_SIZE -> UI.SCROLLBAR_SIZE
This commit is contained in:
parent
ae9d2768c9
commit
bd190b4695
25 changed files with 62 additions and 62 deletions
|
|
@ -115,7 +115,7 @@ pandora.ui.item = function() {
|
|||
|
||||
pandora.$ui.item = Ox.TreeList({
|
||||
data: result.data,
|
||||
width: pandora.$ui.mainPanel.size(1) - Ox.SCROLLBAR_SIZE
|
||||
width: pandora.$ui.mainPanel.size(1) - Ox.UI.SCROLLBAR_SIZE
|
||||
});
|
||||
pandora.$ui.contentPanel.replaceElement(1,
|
||||
Ox.Container().append(pandora.$ui.item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue