sort, size
This commit is contained in:
parent
494604c0d7
commit
735674982f
2 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ oml.ui.filtersOuterPanel = function() {
|
||||||
oml.$ui.filters.forEach(function($filter, index) {
|
oml.$ui.filters.forEach(function($filter, index) {
|
||||||
$filter.resizeColumn(
|
$filter.resizeColumn(
|
||||||
'name',
|
'name',
|
||||||
filterSizes[index] - 44 - Ox.UI.SCROLLBAR_SIZE
|
filterSizes[index] - 48 - Ox.UI.SCROLLBAR_SIZE
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
return that;
|
return that;
|
||||||
|
|
|
@ -41,7 +41,7 @@ oml.ui.transfersDialog = function() {
|
||||||
},
|
},
|
||||||
keys: ['author'],
|
keys: ['author'],
|
||||||
scrollbarVisible: true,
|
scrollbarVisible: true,
|
||||||
sort: [{key: 'transferprogress', operator: '-'}],
|
sort: [{key: 'transferadded', operator: '-'}],
|
||||||
unique: 'id'
|
unique: 'id'
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue