improving info view
This commit is contained in:
parent
5fc4030c27
commit
132cf2fb63
3 changed files with 120 additions and 79 deletions
|
|
@ -252,7 +252,7 @@ pandora.ui.item = function() {
|
|||
var stats = Ox.Container();
|
||||
Ox.TreeList({
|
||||
data: result.data,
|
||||
width: 256
|
||||
width: pandora.$ui.mainPanel.size(1) - Ox.UI.SCROLLBAR_SIZE
|
||||
}).appendTo(stats);
|
||||
|
||||
pandora.$ui.contentPanel.replaceElement(1, stats);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue