Skip to content

Commit 7cc1727

Browse files
committed
more compact icon
1 parent 67ed884 commit 7cc1727

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@ qx.Class.define("osparc.file.FolderContent", {
6363
iconPosition: "top",
6464
width: 100,
6565
height: 80,
66-
padding: 3
66+
padding: 2
6767
});
6868
item.getChildControl("label").set({
69+
font: "text-12",
6970
rich: true,
7071
textAlign: "center",
7172
maxWidth: 100,
72-
maxHeight: 31
73+
maxHeight: 33 // two lines
7374
});
7475
osparc.utils.Utils.setIdToWidget(item, "FolderViewerItem");
7576
return item;

0 commit comments

Comments
 (0)