Skip to content
Snippets Groups Projects
Commit 192100cc authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Reorder pad loop checkbox

parent 6450dc06
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ padSettings.gen.label.title=Titel: ...@@ -125,7 +125,7 @@ padSettings.gen.label.title=Titel:
padSettings.gen.label.volume=Lautst\u00E4rke: padSettings.gen.label.volume=Lautst\u00E4rke:
padSettings.gen.label.timeDisplay=Zeitanzeige: padSettings.gen.label.timeDisplay=Zeitanzeige:
padSettings.gen.checkbox.customSettings=Eigene Einstellungen padSettings.gen.checkbox.customSettings=Eigene Einstellungen
padSettings.checkbox.loop=Wiederholen padSettings.label.loop=Wiederholen:
padSettings.button.finish=Fertig padSettings.button.finish=Fertig
padSettings.player.label.warning=Warnhinweise: padSettings.player.label.warning=Warnhinweise:
padSettings.player.label.cueIn=Intro Dauer (in s): padSettings.player.label.cueIn=Intro Dauer (in s):
......
...@@ -10,13 +10,14 @@ ...@@ -10,13 +10,14 @@
<Label alignment="CENTER_RIGHT" prefWidth="150.0" text="%padSettings.gen.label.media"/> <Label alignment="CENTER_RIGHT" prefWidth="150.0" text="%padSettings.gen.label.media"/>
<Label fx:id="pathLabel" text="Label" textOverrun="CENTER_ELLIPSIS"/> <Label fx:id="pathLabel" text="Label" textOverrun="CENTER_ELLIPSIS"/>
<VBox HBox.hgrow="ALWAYS"/> <VBox HBox.hgrow="ALWAYS"/>
<Button mnemonicParsing="false" text="%padSettings.button.path.show" onAction="#showPathButtonHandler"/> <Button mnemonicParsing="false" onAction="#showPathButtonHandler" text="%padSettings.button.path.show"/>
</children> </children>
</HBox> </HBox>
<HBox spacing="14.0"> <HBox spacing="14.0">
<children> <children>
<Button mnemonicParsing="false" onAction="#chooseButtonHandler" text="%padSettings.button.path.choose"/> <Button mnemonicParsing="false" onAction="#chooseButtonHandler" text="%padSettings.button.path.choose"/>
<Button fx:id="deleteButton" mnemonicParsing="false" onAction="#deleteButtonHandler" text="%padSettings.button.delete" /> <Button fx:id="deleteButton" mnemonicParsing="false" onAction="#deleteButtonHandler"
text="%padSettings.button.delete"/>
</children> </children>
<padding> <padding>
<Insets left="164.0"/> <Insets left="164.0"/>
...@@ -25,22 +26,18 @@ ...@@ -25,22 +26,18 @@
<Separator prefWidth="200.0"/> <Separator prefWidth="200.0"/>
<HBox alignment="CENTER_LEFT" spacing="14.0"> <HBox alignment="CENTER_LEFT" spacing="14.0">
<children> <children>
<Label alignment="CENTER_RIGHT" layoutX="14.0" layoutY="19.0" prefWidth="150.0" text="%padSettings.gen.label.title" AnchorPane.leftAnchor="14.0" /> <Label alignment="CENTER_RIGHT" layoutX="14.0" layoutY="19.0" prefWidth="150.0"
<TextField fx:id="titleTextField" layoutX="125.0" layoutY="14.0" prefWidth="250.0" AnchorPane.leftAnchor="127.0" /> text="%padSettings.gen.label.title" AnchorPane.leftAnchor="14.0"/>
<TextField fx:id="titleTextField" layoutX="125.0" layoutY="14.0" prefWidth="250.0"
AnchorPane.leftAnchor="127.0"/>
</children> </children>
</HBox> </HBox>
<HBox alignment="CENTER_LEFT" spacing="14.0"> <HBox alignment="CENTER_LEFT" spacing="14.0">
<children> <children>
<Label alignment="CENTER_RIGHT" layoutX="14.0" layoutY="50.0" prefWidth="150.0" text="%padSettings.gen.label.volume" AnchorPane.leftAnchor="14.0" /> <Label alignment="CENTER_RIGHT" layoutX="14.0" layoutY="89.0" prefWidth="150.0"
<Slider fx:id="volumeSlider" layoutX="122.0" layoutY="54.0" prefWidth="250.0" showTickLabels="true" showTickMarks="true" snapToTicks="true" value="100.0" AnchorPane.leftAnchor="127.0" /> text="%padSettings.gen.label.timeDisplay" AnchorPane.leftAnchor="14.0"/>
<VBox HBox.hgrow="ALWAYS" /> <CheckBox fx:id="customTimeDisplayCheckBox" layoutX="406.0" layoutY="88.0" mnemonicParsing="false"
<CheckBox fx:id="repeatCheckBox" mnemonicParsing="false" text="%padSettings.checkbox.loop" /> text="%padSettings.gen.checkbox.customSettings"/>
</children>
</HBox>
<HBox alignment="CENTER_LEFT" spacing="14.0">
<children>
<Label alignment="CENTER_RIGHT" layoutX="14.0" layoutY="89.0" prefWidth="150.0" text="%padSettings.gen.label.timeDisplay" AnchorPane.leftAnchor="14.0" />
<CheckBox fx:id="customTimeDisplayCheckBox" layoutX="406.0" layoutY="88.0" mnemonicParsing="false" text="%padSettings.gen.checkbox.customSettings" />
</children> </children>
</HBox> </HBox>
<HBox> <HBox>
...@@ -51,6 +48,21 @@ ...@@ -51,6 +48,21 @@
<Insets left="164.0"/> <Insets left="164.0"/>
</padding> </padding>
</HBox> </HBox>
<Separator prefWidth="200.0"/>
<HBox alignment="CENTER_LEFT" spacing="14.0">
<children>
<Label alignment="CENTER_RIGHT" prefWidth="150.0" text="%padSettings.label.loop"/>
<CheckBox fx:id="repeatCheckBox" mnemonicParsing="false" text="%settings.checkbox.activate"/>
</children>
</HBox>
<HBox alignment="CENTER_LEFT" spacing="14.0">
<children>
<Label alignment="CENTER_RIGHT" layoutX="14.0" layoutY="50.0" prefWidth="150.0"
text="%padSettings.gen.label.volume" AnchorPane.leftAnchor="14.0"/>
<Slider fx:id="volumeSlider" layoutX="122.0" layoutY="54.0" prefWidth="250.0" showTickLabels="true"
showTickMarks="true" snapToTicks="true" value="100.0" AnchorPane.leftAnchor="127.0"/>
</children>
</HBox>
</children> </children>
<padding> <padding>
<Insets bottom="14.0" left="14.0" right="14.0" top="14.0"/> <Insets bottom="14.0" left="14.0" right="14.0" top="14.0"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment