Skip to content

Commit 30dd95e

Browse files
committed
comment
1 parent 780d5bb commit 30dd95e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
233233
__addMoreMenu: function() {
234234
const moreMenuButton = this.self().createMenuButton("@FontAwesome5Solid/angle-double-right/16", this.tr("More"));
235235
moreMenuButton.getChildControl("icon").set({
236-
marginLeft: 6,
236+
marginLeft: 6, // center it
237237
});
238238
this.addAt(moreMenuButton, this.__itemIdx);
239239
this.__itemIdx++;

0 commit comments

Comments
 (0)