Skip to content

Commit

Permalink
Uses system menu bar where available (fixes #60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Håkansson committed Feb 26, 2018
1 parent 3bdd3d5 commit e699700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/ui/Main.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</SplitPane>
</center>
<top>
<MenuBar BorderPane.alignment="CENTER">
<MenuBar BorderPane.alignment="CENTER" useSystemMenuBar="true">
<menus>
<Menu mnemonicParsing="false" text="%menu-item-file">
<items>
Expand Down

0 comments on commit e699700

Please sign in to comment.