Skip to content

Commit

Permalink
Remove javafx version warning from Game.fxml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfaltsetas committed May 19, 2019
1 parent 38a32fc commit 99236b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/com/jadventure/game/view/Game.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>

<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.jadventure.game.GameController">
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.jadventure.game.GameController">
<top>
<MenuBar BorderPane.alignment="CENTER">
<menus>
Expand Down

0 comments on commit 99236b2

Please sign in to comment.