resurrect order button

This commit is contained in:
rolux 2012-03-20 19:17:53 +00:00
parent bb8231fef5
commit 1e15d26f2a

View file

@ -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;