Merge pull request #3 from aoetk/macmenubar

Supported the Mac OS menubar.
This commit is contained in:
2016-07-09 21:39:18 +02:00
committed by GitHub

View File

@@ -26,7 +26,7 @@
<top> <top>
<VBox id="background" prefWidth="100.0" BorderPane.alignment="CENTER"> <VBox id="background" prefWidth="100.0" BorderPane.alignment="CENTER">
<children> <children>
<MenuBar> <MenuBar useSystemMenuBar="true">
<menus> <menus>
<Menu mnemonicParsing="false" text="%menu.file"> <Menu mnemonicParsing="false" text="%menu.file">
<items> <items>