forked from 0x2620/pandora
fix resize bugs with calendar and item clip list
This commit is contained in:
parent
126d2e2df0
commit
8416b0deac
1 changed files with 4 additions and 2 deletions
|
@ -177,7 +177,7 @@ Ox.load({
|
|||
if (pandora.user.ui.listView == 'map') {
|
||||
pandora.$ui.map.resizeMap();
|
||||
} else if (pandora.user.ui.listView == 'calendar') {
|
||||
// ...
|
||||
pandora.$ui.calendar.resizeCalendar();
|
||||
} else {
|
||||
pandora.$ui.list.size();
|
||||
}
|
||||
|
@ -186,6 +186,8 @@ Ox.load({
|
|||
pandora.$ui.browser.scrollToSelection();
|
||||
if (pandora.user.ui.itemView == 'info') {
|
||||
pandora.$ui.info.resize();
|
||||
} else if (pandora.user.ui.itemView == 'clips') {
|
||||
pandora.$ui.clips.size();
|
||||
} else if (pandora.user.ui.itemView == 'video') {
|
||||
pandora.$ui.player.options({
|
||||
// fixme: duplicated
|
||||
|
@ -201,7 +203,7 @@ Ox.load({
|
|||
} else if (pandora.user.ui.itemView == 'map') {
|
||||
pandora.$ui.map.resizeMap();
|
||||
} else if (pandora.user.ui.itemView == 'calendar') {
|
||||
// ...
|
||||
pandora.$ui.calendar.resizeCalendar();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue