resurrect order button
This commit is contained in:
parent
bb8231fef5
commit
1e15d26f2a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ pandora.ui.toolbar = function() {
|
||||||
}
|
}
|
||||||
function getListTitleLeft() {
|
function getListTitleLeft() {
|
||||||
return 320 - (
|
return 320 - (
|
||||||
['map', 'calendar'].indexOf(pandora.user.ui.listView) > -1 ? 148 : 0
|
['map', 'calendar'].indexOf(pandora.user.ui.listView) > -1 ? 168 : 0
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return that;
|
return that;
|
||||||
|
|
Loading…
Reference in a new issue