more scrollbars, but avoid horizontal
This commit is contained in:
parent
2faacac5a8
commit
4338315d57
3 changed files with 5 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ pandora.ui.addFilesDialog = function(options) {
|
|||
title: Ox._('Size'),
|
||||
align: 'right',
|
||||
visible: true,
|
||||
width: 128
|
||||
width: 110
|
||||
},
|
||||
{
|
||||
id: 'width',
|
||||
|
|
@ -82,7 +82,7 @@ pandora.ui.addFilesDialog = function(options) {
|
|||
items: options.items.map(function(value, index) {
|
||||
return Ox.extend(value, {index: index})
|
||||
}),
|
||||
scrollbarsVisible: true,
|
||||
scrollbarVisible: true,
|
||||
sort: [{key: 'index', operator: '+'}],
|
||||
sortable: true
|
||||
}).css({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue