recentrage, alignement et modoficationde la taille de police nom perso

This commit is contained in:
Bastien NOEL 2020-05-15 13:28:38 +02:00
parent 0e946aff65
commit 0f23620510

View File

@ -420,7 +420,7 @@
<Insets bottom="-50.0" top="-45.0" /> <Insets bottom="-50.0" top="-45.0" />
</VBox.margin> </VBox.margin>
</Button> </Button>
<GridPane> <GridPane alignment="CENTER" hgap="5.0" vgap="5.0">
<columnConstraints> <columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
@ -469,10 +469,12 @@
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0"> <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0">
<children> <children>
<Label styleClass="text" text="Charles" /> <Label styleClass="text" text="Charles" />
<Label layoutX="29.0" layoutY="16.0" styleClass="text" text="Metamorphe" /> <Label layoutX="29.0" layoutY="16.0" styleClass="text" text="Metamorphe">
<font>
<Font size="10.0" />
</font></Label>
</children> </children>
</VBox> </VBox>
<VBox prefHeight="200.0" prefWidth="100.0" />
</children> </children>
</StackPane> </StackPane>
<StackPane prefHeight="150.0" prefWidth="200.0" GridPane.columnIndex="12"> <StackPane prefHeight="150.0" prefWidth="200.0" GridPane.columnIndex="12">
@ -498,7 +500,10 @@
<children> <children>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0"> <VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0">
<children> <children>
<Label styleClass="text" text="Loup-Garou" /> <Label styleClass="text" text="Loup-Garou">
<font>
<Font size="10.0" />
</font></Label>
<Label layoutX="38.0" layoutY="16.0" styleClass="text" text="George" /> <Label layoutX="38.0" layoutY="16.0" styleClass="text" text="George" />
</children> </children>
</VBox> </VBox>