We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9900a commit 0a784d2Copy full SHA for 0a784d2
sources/net.sf.j2s.java.core/src/swingjs/plaf/JSMenuUI.java
@@ -47,6 +47,10 @@ public DOMNode updateDOMNode() {
47
setCssFont(domNode, c.getFont());
48
DOMNode.setVisible(domNode, jc.isVisible());
49
setIconAndText("menu", currentIcon, currentGap, currentText);
50
+ setAlignments(jm, false);
51
+ updateCenteringNode();
52
+ if (isMenuBarMenu)
53
+ DOMNode.setStyles(textNode, "left", "0px");
54
return domNode;
55
}
56
0 commit comments