Skip to content

Commit 0ba28b2

Browse files
committed
larger folder icon
1 parent 0208b8d commit 0ba28b2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ qx.Class.define("osparc.dashboard.WorkspaceButtonBase", {
7070
PADDING: 10,
7171
SPACING_IN: 5,
7272
SPACING: 15,
73-
HEADER_MAX_HEIGHT: 40, // two lines in Manrope
73+
HEADER_MAX_HEIGHT: 44,
7474
ICON_SIZE: 60,
7575
POS: {
7676
HEADER: 0,

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,12 @@ qx.Class.define("osparc.dashboard.WorkspaceButtonItem", {
104104
case "shared-icon":
105105
control = new osparc.dashboard.FolderWithSharedIcon().set({
106106
anonymous: true,
107-
maxHeight: 20,
107+
maxHeight: 26,
108108
padding: 0
109109
});
110-
// make it smaller
111-
control.getChildControl("folder-icon").setSource("@FontAwesome5Solid/folder/22");
112110
control.getChildControl("shared-icon").setLayoutProperties({
113-
bottom: 1,
114-
left: 1
111+
bottom: 4,
112+
left: 2
115113
});
116114
layout = this.getChildControl("header");
117115
layout.addAt(control, osparc.dashboard.WorkspaceButtonBase.HPOS.SHARED);

0 commit comments

Comments
 (0)