diff --git a/static/js/folders.js b/static/js/folders.js index d943e62..b34545d 100644 --- a/static/js/folders.js +++ b/static/js/folders.js @@ -362,8 +362,9 @@ oml.ui.folders = function() { oml.$ui.libraryList[index].options({ items: library }); + // library + public + lists 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({ items: items })