Skip to content

Commit bce09b0

Browse files
committed
aesthetics
1 parent 8e67c03 commit bce09b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ qx.Class.define("osparc.dashboard.ListButtonItem", {
5151
break;
5252
case "permission-icon":
5353
control = new qx.ui.basic.Image(osparc.dashboard.CardBase.PERM_READ).set({
54-
minWidth: 50
54+
alignY: "middle",
5555
});
5656
this._add(control, {
5757
row: 0,
@@ -71,7 +71,7 @@ qx.Class.define("osparc.dashboard.ListButtonItem", {
7171
break;
7272
case "shared-icon":
7373
control = new qx.ui.basic.Image().set({
74-
minWidth: 50,
74+
minWidth: 30,
7575
alignY: "middle"
7676
});
7777
this._add(control, {

0 commit comments

Comments
 (0)