filters and folders
This commit is contained in:
parent
6eb08bd464
commit
4ecaeb6d4a
3 changed files with 18 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue