resurrect order button

This commit is contained in:
rolux 2012-03-20 19:16:16 +00:00
parent a1cb1fe479
commit bb8231fef5

View file

@ -82,7 +82,7 @@ pandora.ui.toolbar = function() {
: pandora.user.ui._list.substr(pandora.user.ui._list.indexOf(':') + 1);
}
function getListTitleLeft() {
return 300 - (
return 320 - (
['map', 'calendar'].indexOf(pandora.user.ui.listView) > -1 ? 148 : 0
);
}