Skip to content

Commit b0b9b36

Browse files
committed
alignY
1 parent 46b0045 commit b0b9b36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ qx.Class.define("osparc.dashboard.ListButtonItem", {
4646
});
4747
break;
4848
case "avatar-group":
49-
control = new osparc.ui.basic.AvatarGroup(24, "left", 100);
49+
control = new osparc.ui.basic.AvatarGroup(24, "right", 100).set({
50+
paddingTop: 4, // to align it in the middle
51+
});
5052
this._add(control, {
5153
row: 0,
5254
column: osparc.dashboard.ListButtonBase.POS.AVATAR_GROUP

0 commit comments

Comments
 (0)