Skip to content

Commit fd2b69a

Browse files
committed
minor
1 parent 1937e2d commit fd2b69a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

services/static-webserver/client/source/class/osparc/notification/NotificationsButton.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ qx.Class.define("osparc.notification.NotificationsButton", {
5353
case "icon": {
5454
control = new qx.ui.basic.Image();
5555
const iconContainer = new qx.ui.container.Composite(new qx.ui.layout.HBox().set({
56-
alignY: "middle"
57-
}));
56+
alignY: "middle",
57+
})).set({
58+
paddingLeft: 5,
59+
});
5860
iconContainer.add(control);
5961
this._add(iconContainer, {
6062
height: "100%"

0 commit comments

Comments
 (0)