Skip to content

Commit b228f7d

Browse files
committed
minor
1 parent 56a2bc3 commit b228f7d

File tree

1 file changed

+1
-2
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 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-
spacingX: 16,
28+
spacingX: 20,
2929
});
3030

3131
this.__categoryHeaders = [];
@@ -57,7 +57,6 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
5757
if (description) {
5858
const infoHint = new osparc.ui.hint.InfoHint(description).set({
5959
source: osparc.ui.hint.InfoHint.INFO_ICON + "/16",
60-
alignY: "middle",
6160
});
6261
// where the shortcut is supposed to go
6362
// eslint-disable-next-line no-underscore-dangle

0 commit comments

Comments
 (0)