Chnaged things

This commit is contained in:
Michael-Jouanneau 2016-10-30 18:12:09 +01:00
parent b2e99d996b
commit c41d0f7ba5

View File

@ -8,12 +8,12 @@
<Pane id="pane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="450.0" prefWidth="750.0" stylesheets="@../style/nav.css" xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Label layoutX="333.0" layoutY="14.0" text="Modpacks" textFill="WHITE" underline="true">
<Label layoutX="316.0" layoutY="148.0" text="Modpacks" textFill="WHITE">
<font>
<Font name="Centaur" size="31.0" />
</font>
</Label>
<TextField id="search-modpacks" layoutX="286.0" layoutY="200.0" prefHeight="25.0" prefWidth="212.0" promptText="Search Modpacks" />
<Button id="search-modpacks-btn" layoutX="313.0" layoutY="247.0" mnemonicParsing="false" textFill="white" text="Search available Modpacks" />
<TextField id="search-modpacks" layoutX="269.0" layoutY="207.0" prefHeight="25.0" prefWidth="212.0" promptText="Search Modpacks" />
<Button id="search-modpacks-btn" layoutX="296.0" layoutY="263.0" mnemonicParsing="false" text="Search available Modpacks" textFill="white" />
</children>
</Pane>