Skip to content

Commit b5988fd

Browse files
committed
aesthetics
1 parent 7cc1727 commit b5988fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/static-webserver/client/source/class/osparc/file/FileTreeItem.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ qx.Class.define("osparc.file.FileTreeItem", {
4545
construct: function() {
4646
this.base(arguments);
4747

48+
this.set({
49+
indent: 12, // defaults to 19,
50+
decorator: "rounded",
51+
});
52+
4853
// create a date format like "Oct. 19, 2018 11:31 AM"
4954
this._dateFormat = new qx.util.format.DateFormat(
5055
qx.locale.Date.getDateFormat("medium") + " " +

0 commit comments

Comments
 (0)