Changed Things

This commit is contained in:
Michael-Jouanneau 2016-11-14 19:59:02 +01:00
parent 47477604ee
commit f7f46ab813

View File

@ -5,8 +5,8 @@
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.text.Font?>
<Pane xmlns="http://javafx.com/javafx/8.0.92" xmlns:fx="http://javafx.com/fxml/1">
<Label text="Looking for updates..." textAlignment="CENTER">
<Pane xmlns="http://javafx.com/javafx/8.0.112-ea" xmlns:fx="http://javafx.com/fxml/1">
<Label prefHeight="103.0" prefWidth="421.0" text="Looking for updates..." textAlignment="CENTER">
<font>
<Font size="40.0" />
</font>
@ -14,4 +14,5 @@
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />
</padding>
</Label>
<Label layoutX="23.0" layoutY="72.0" prefHeight="21.0" prefWidth="104.0" text="Everything is good" />
</Pane>