Skip to content

Commit cd5f7c2

Browse files
committed
minor
1 parent 665ba79 commit cd5f7c2

File tree

1 file changed

+3
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/DataBrowser.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ qx.Class.define("osparc.dashboard.DataBrowser", {
4343
let control;
4444
switch (id) {
4545
case "tree-folder-view":
46-
control = new osparc.file.TreeFolderView();
46+
control = new osparc.file.TreeFolderView().set({
47+
paddingBottom: 15,
48+
});
4749
this._addToLayout(control, {
4850
flex: 1
4951
});

0 commit comments

Comments
 (0)