1
0
Fork 0
mirror of https://gitlab.com/kauron/jstudy synced 2024-07-03 08:53:01 +02:00

Settings: slight layout change

This commit is contained in:
Carlos Galindo 2016-06-12 17:22:06 +02:00
parent 7b24ed45dd
commit 7ec7494ea6
Signed by: kauron
GPG key ID: 83E68706DEE119A3

View file

@ -5,9 +5,7 @@
<?import javafx.scene.layout.VBox?> <?import javafx.scene.layout.VBox?>
<VBox xmlns="http://javafx.com/javafx/8.0.76-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="es.kauron.jstudy.controller.SettingsController"> <VBox alignment="CENTER_LEFT" spacing="15.0" xmlns="http://javafx.com/javafx/8.0.76-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="es.kauron.jstudy.controller.SettingsController">
<children>
<VBox alignment="CENTER_LEFT" spacing="15.0" VBox.vgrow="NEVER">
<children> <children>
<JFXCheckBox fx:id="repeatMistakes" text="_Repeat mistakes" /> <JFXCheckBox fx:id="repeatMistakes" text="_Repeat mistakes" />
<JFXCheckBox fx:id="showFeedback" layoutX="237.0" layoutY="201.0" text="Show _feedback while testing" /> <JFXCheckBox fx:id="showFeedback" layoutX="237.0" layoutY="201.0" text="Show _feedback while testing" />
@ -16,5 +14,3 @@
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" /> <Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
</padding> </padding>
</VBox> </VBox>
</children>
</VBox>