forked from 0x2620/pandora
fix #1185 (navigation view sort select has wrong size)
This commit is contained in:
parent
47322639c4
commit
42b5f4b3ae
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue