-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 8u20
-
Component/s: javafx
For instance
.context-menu .menu-item {
-fx-padding: 0 0 0 0;
}
will make the ContextMenu show as if the padding was the default.
Code to invoke:
new ContextMenu(...).show((Node) e.getSource(), Side.TOP, 0, 0);
.context-menu .menu-item {
-fx-padding: 0 0 0 0;
}
will make the ContextMenu show as if the padding was the default.
Code to invoke:
new ContextMenu(...).show((Node) e.getSource(), Side.TOP, 0, 0);