improving info view

This commit is contained in:
rlx 2011-08-06 01:04:09 +00:00
commit 132cf2fb63
3 changed files with 120 additions and 79 deletions

View file

@ -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);