fix #1185 (navigation view sort select has wrong size)

This commit is contained in:
rolux 2012-12-22 02:18:52 +01:00
parent 47322639c4
commit 42b5f4b3ae

View file

@ -26,7 +26,7 @@ pandora.ui.sortSelect = function(isNavigationView) {
id: 'sortSelect',
items: items,
value: pandora.user.ui[sortKey][0].key,
width: isNavigationView ? 128 : 144
width: isNavigationView ? 116 + Ox.UI.SCROLLBAR_SIZE : 144
})
.css({
float: isNavigationView ? 'right' : 'left',