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