forked from 0x2620/pandora
fix window resize in items section
This commit is contained in:
parent
88e1a51d3a
commit
483e742439
1 changed files with 1 additions and 1 deletions
|
@ -1242,7 +1242,7 @@ pandora.resizeWindow = function() {
|
|||
// FIXME: a lot of this throws errors on load
|
||||
pandora.$ui.leftPanel && pandora.$ui.leftPanel.size(2, pandora.getInfoHeight(true));
|
||||
pandora.resizeFolders();
|
||||
if (pandora.user.ui.section == 'item') {
|
||||
if (pandora.user.ui.section == 'items') {
|
||||
if (!pandora.user.ui.item) {
|
||||
pandora.resizeFilters(pandora.$ui.rightPanel.width());
|
||||
if (pandora.user.ui.listView == 'clips') {
|
||||
|
|
Loading…
Reference in a new issue