correction d'un problemet sur le menu pause

This commit is contained in:
Bastien NOEL 2020-05-15 14:03:34 +02:00
parent d464b37f8f
commit 0b9bf5cb13

View File

@ -19,7 +19,9 @@
<Font size="48.0" />
</font>
</Label>
<VBox>
<HBox prefHeight="100.0" prefWidth="200.0">
<children>
<VBox prefHeight="322.0" prefWidth="315.0">
<children>
<Label style="-fx-border-width: 0 0 0.5 0; -fx-border-color: #e2e2e2;" text="%sons">
<font>
@ -30,23 +32,18 @@
<children>
<Label text="%musique">
<HBox.margin>
<Insets right="300.0" />
<Insets />
</HBox.margin>
<font>
<Font size="14.0" />
</font>
</Label>
<CheckBox fx:id="cbMusique" mnemonicParsing="false">
<HBox.margin>
<Insets bottom="5.0" />
</HBox.margin>
</CheckBox>
</children>
<VBox.margin>
<Insets bottom="5.0" />
</VBox.margin>
</HBox>
<HBox prefHeight="0.0" prefWidth="540.0">
<HBox>
<children>
<Slider fx:id="sliderMusiquePause" blockIncrement="1.0" majorTickUnit="1.0" max="1.0" minorTickCount="10" onMouseClicked="#slideVolumeMusique" prefHeight="14.0" prefWidth="194.0" value="0.1" />
</children>
@ -63,13 +60,12 @@
<children>
<Label text="%effet">
<HBox.margin>
<Insets right="273.0" />
<Insets />
</HBox.margin>
<font>
<Font size="14.0" />
</font>
</Label>
<CheckBox fx:id="cbEffet" mnemonicParsing="false" />
</children>
</HBox>
<HBox prefHeight="0.0" prefWidth="540.0">
@ -106,24 +102,36 @@
<Font size="14.0" />
</font>
</Button>
<Button mnemonicParsing="false" onMouseClicked="#quitter" style="-fx-text-fill: red;" text="%quitter.jeu">
<HBox.margin>
<Insets left="25.0" />
</HBox.margin>
<font>
<Font size="14.0" />
</font>
</Button>
</children>
</HBox>
</children>
<VBox.margin>
<Insets top="50.0" />
</VBox.margin>
<padding>
<Insets left="100.0" />
</padding>
</VBox>
<VBox prefHeight="325.0" prefWidth="199.0">
<children>
<CheckBox fx:id="cbMusique" mnemonicParsing="false">
<VBox.margin>
<Insets bottom="50.0" top="30.0" />
</VBox.margin>
</CheckBox>
<CheckBox fx:id="cbEffet" alignment="CENTER" mnemonicParsing="false" />
<Button mnemonicParsing="false" onMouseClicked="#quitter" style="-fx-text-fill: red;" text="%quitter.jeu">
<font>
<Font size="14.0" />
</font>
<VBox.margin>
<Insets top="171.0" />
</VBox.margin>
</Button>
</children>
<HBox.margin>
<Insets />
</HBox.margin>
</VBox>
</children>
</HBox>
</children>
</VBox>
</children>