improving frames and posters view

This commit is contained in:
rolux 2011-06-07 03:17:36 +00:00
commit 3a93f972df
4 changed files with 102 additions and 43 deletions

View file

@ -163,7 +163,9 @@ Ox.load('Geo', function() {
height: pandora.$ui.contentPanel.size(1),
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
});
}
pandora.user.ui.itemView == 'frames' && pandora.$ui.item.resize();
pandora.user.ui.itemView == 'posters' && pandora.$ui.item.resize();
}
}
function unloadWindow() {