improving frames and posters view
This commit is contained in:
parent
cf127c4ac0
commit
3a93f972df
4 changed files with 102 additions and 43 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue