increase width of find select
This commit is contained in:
parent
ddef87afd3
commit
0b49c021d7
2 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ pandora.ui.findElement = function() {
|
||||||
),
|
),
|
||||||
overlap: 'right',
|
overlap: 'right',
|
||||||
value: findKey,
|
value: findKey,
|
||||||
width: 112
|
width: 128
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
change: function(data) {
|
change: function(data) {
|
||||||
|
|
|
@ -31,7 +31,7 @@ pandora.ui.toolbar = function() {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: getListTitleLeft() + 'px',
|
left: getListTitleLeft() + 'px',
|
||||||
top: '4px',
|
top: '4px',
|
||||||
right: (ui._list ? 324 : 310) + 'px',
|
right: (ui._list ? 340 : 326) + 'px',
|
||||||
width: 'auto'
|
width: 'auto'
|
||||||
})
|
})
|
||||||
: pandora.$ui.itemTitle = Ox.Label({
|
: pandora.$ui.itemTitle = Ox.Label({
|
||||||
|
@ -42,7 +42,7 @@ pandora.ui.toolbar = function() {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: '236px',
|
left: '236px',
|
||||||
top: '4px',
|
top: '4px',
|
||||||
right: (ui._list ? 324 : 310) + 'px',
|
right: (ui._list ? 340 : 326) + 'px',
|
||||||
width: 'auto'
|
width: 'auto'
|
||||||
})
|
})
|
||||||
.hide()
|
.hide()
|
||||||
|
|
Loading…
Reference in a new issue