Skip to content

Commit b552d30

Browse files
committed
minor
1 parent e20f074 commit b552d30

File tree

1 file changed

+3
-7
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
2525

2626
this.set({
2727
position: "bottom-left",
28-
padding: 8,
28+
spacingX: 16,
2929
});
3030

3131
this.__categoryHeaders = [];
@@ -60,9 +60,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
6060
});
6161
// where the shortcut is supposed to go
6262
// eslint-disable-next-line no-underscore-dangle
63-
menuButton._add(infoHint, {
64-
column: 2
65-
});
63+
menuButton._add(infoHint, {column: 2});
6664
}
6765
return menuButton;
6866
},
@@ -198,9 +196,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
198196
decorator: "rounded",
199197
});
200198
// eslint-disable-next-line no-underscore-dangle
201-
menuButton._add(thumbnail, {
202-
column: 0
203-
});
199+
menuButton._add(thumbnail, {column: 0});
204200
}
205201
},
206202

0 commit comments

Comments
 (0)