Skip to content

Commit 7b24985

Browse files
committed
aesthetics
1 parent a29b478 commit 7b24985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/static-webserver/client/source/class/osparc/filter/CollaboratorToggleButton.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ qx.Class.define("osparc.filter.CollaboratorToggleButton", {
5656
}
5757
}
5858
this.setIcon(iconPath);
59+
this.getChildControl("icon").set({
60+
width: 17, // align with widest icon: "users"
61+
scale: true,
62+
});
5963
this.setLabel(label);
6064
if (toolTipText) {
6165
const infoButton = new osparc.ui.hint.InfoHint(toolTipText);

0 commit comments

Comments
 (0)