Skip to content

Commit 36a7f2c

Browse files
committed
more compact header
1 parent 35ee7cd commit 36a7f2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ qx.Class.define("osparc.dashboard.StudyBrowserHeader", {
8282
},
8383

8484
statics: {
85-
HEIGHT: 36,
85+
HEIGHT: 32,
8686
POS: {
8787
ICON: 0,
8888
TITLE: 1,
@@ -288,7 +288,7 @@ qx.Class.define("osparc.dashboard.StudyBrowserHeader", {
288288
workspace.bind("accessRights", this, "accessRights");
289289
workspace.bind("myAccessRights", this, "myAccessRights");
290290
} else {
291-
this.__setIcon("@FontAwesome5Solid/home/30");
291+
this.__setIcon("@FontAwesome5Solid/home/24");
292292
title.setValue(this.tr("My Workspace"));
293293
}
294294
break;
@@ -302,17 +302,17 @@ qx.Class.define("osparc.dashboard.StudyBrowserHeader", {
302302
title.setValue(this.tr("Search results"));
303303
break;
304304
case "templates": {
305-
this.__setIcon("@FontAwesome5Solid/copy/20");
305+
this.__setIcon("@FontAwesome5Solid/copy/24");
306306
title.setValue(this.tr("Templates"));
307307
break;
308308
}
309309
case "public": {
310-
this.__setIcon("@FontAwesome5Solid/globe/20");
310+
this.__setIcon("@FontAwesome5Solid/globe/24");
311311
title.setValue(this.tr("Public Projects"));
312312
break;
313313
}
314314
case "trash": {
315-
this.__setIcon("@FontAwesome5Solid/trash/20");
315+
this.__setIcon("@FontAwesome5Solid/trash/24");
316316
title.setValue(this.tr("Recently Deleted"));
317317
const trashDays = osparc.store.StaticInfo.getInstance().getTrashRetentionDays();
318318
description.set({

0 commit comments

Comments
 (0)