fix folder height
This commit is contained in:
parent
269c6e511f
commit
a691dc2dc8
1 changed files with 2 additions and 1 deletions
|
@ -362,8 +362,9 @@ oml.ui.folders = function() {
|
||||||
oml.$ui.libraryList[index].options({
|
oml.$ui.libraryList[index].options({
|
||||||
items: library
|
items: library
|
||||||
});
|
});
|
||||||
|
// library + public + lists
|
||||||
oml.$ui.folder[index].$content
|
oml.$ui.folder[index].$content
|
||||||
.css({height: 16 + items.length * 16 + 'px'});
|
.css({height: 16 + 16 + items.length * 16 + 'px'});
|
||||||
oml.$ui.folderList[index].options({
|
oml.$ui.folderList[index].options({
|
||||||
items: items
|
items: items
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue