filters and folders

This commit is contained in:
Jan Gerber 2015-04-20 09:50:42 +02:00
commit 4ecaeb6d4a
3 changed files with 18 additions and 8 deletions

View file

@ -951,7 +951,7 @@ oml.resizeFilters = function() {
oml.resizeListFolders = function() {
// FIXME: does this have to be here?
var width = oml.getListFoldersWidth(),
columnWidth = width - 58;
columnWidth = width - 16 - 48;
oml.$ui.librariesList
.css({width: width + 'px'})
.resizeColumn('name', columnWidth);