From 735674982fc48a28b9e55c0b3744e64714dd3979 Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Mon, 20 Apr 2015 10:08:36 +0200 Subject: [PATCH] sort, size --- static/js/filtersOuterPanel.js | 4 ++-- static/js/transfersDialog.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/filtersOuterPanel.js b/static/js/filtersOuterPanel.js index c8b2733..a9eb2d9 100644 --- a/static/js/filtersOuterPanel.js +++ b/static/js/filtersOuterPanel.js @@ -96,7 +96,7 @@ oml.ui.filtersOuterPanel = function() { oml.$ui.filters.forEach(function($filter, index) { $filter.resizeColumn( 'name', - filterSizes[index] - 44 - Ox.UI.SCROLLBAR_SIZE + filterSizes[index] - 48 - Ox.UI.SCROLLBAR_SIZE ); }); return that; @@ -104,4 +104,4 @@ oml.ui.filtersOuterPanel = function() { return that; -}; \ No newline at end of file +}; diff --git a/static/js/transfersDialog.js b/static/js/transfersDialog.js index 6eb4a31..5fe6789 100644 --- a/static/js/transfersDialog.js +++ b/static/js/transfersDialog.js @@ -41,7 +41,7 @@ oml.ui.transfersDialog = function() { }, keys: ['author'], scrollbarVisible: true, - sort: [{key: 'transferprogress', operator: '-'}], + sort: [{key: 'transferadded', operator: '-'}], unique: 'id' }),