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

@ -30,7 +30,7 @@ oml.ui.folderList = function(options) {
{
id: 'name',
visible: true,
width: ui.sidebarSize - 58,
width: ui.sidebarSize - 16 - 48,
},
{
align: 'right',
@ -43,7 +43,7 @@ oml.ui.folderList = function(options) {
},
id: 'items',
visible: true,
width: 42
width: 48
}
],
draggable: options.draggable,