Refactoring

This commit is contained in:
Gabriel Tofvesson 2016-10-29 20:52:59 +02:00
parent 755a8c4070
commit f82b9a8ced
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
<Pane id="dank" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" xmlns="http://javafx.com/javafx/8.0.102" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Button id="exit" alignment="TOP_RIGHT" contentDisplay="RIGHT" mnemonicParsing="false" stylesheets="@../assets/nav.css" text="Click if you like Pepe" />
<Button id="exit" alignment="TOP_RIGHT" contentDisplay="RIGHT" mnemonicParsing="false" stylesheets="@../assets/style/nav.css" text="Click if you like Pepe" />
</children>
</Pane>