Changed Things

This commit is contained in:
Michael-Jouanneau 2016-11-14 21:00:30 +01:00
parent 88f07fb6c6
commit e5dc2e2702
2 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<?import javafx.scene.text.Font?>
<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">
<Label prefHeight="98.0" prefWidth="458.0" text="Launching TAL..." textAlignment="CENTER">
<font>
<Font size="40.0" />
</font>
@ -14,5 +14,10 @@
<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" />
<Label layoutX="185.0" layoutY="73.0" prefHeight="21.0" prefWidth="104.0" text="Everything is good" />
<Label layoutX="23.0" layoutY="70.0" text="Looking for updates...">
<font>
<Font size="17.0" />
</font>
</Label>
</Pane>

View File

@ -12,7 +12,7 @@
<Rectangle id="rectangle" fill="white" height="50.0" strokeType="INSIDE" width="900.0" />
<Button id="exit" alignment="TOP_RIGHT" contentDisplay="RIGHT" layoutX="862.0" layoutY="13.0" mnemonicParsing="false" text="X" textFill="WHITE" />
<Button id="min" alignment="TOP_RIGHT" contentDisplay="RIGHT" layoutX="841.0" layoutY="13.0" mnemonicParsing="false" text="-" textFill="WHITE" />
<ImageView id="icon" fitHeight="30" fitWidth="30" layoutX="26.0" layoutY="11.0" />
<ImageView id="icon" fitHeight="50.0" fitWidth="50.0" layoutX="14.0" />
<Label layoutX="75.0" layoutY="11.0" text="Team-Avion Launcher" textFill="WHITE">
<font>
<Font name="Centaur" size="24.0" />