Skip to content
Snippets Groups Projects
Commit bf951bdd authored by tobias's avatar tobias
Browse files

Update UI for new Page Management

parent 85e6674c
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,6 @@ main.menuitem.searchPad=Kachel suchen... ...@@ -31,7 +31,6 @@ main.menuitem.searchPad=Kachel suchen...
main.label.live=Live main.label.live=Live
settings.gen.label.view=Ansicht: settings.gen.label.view=Ansicht:
settings.gen.label.pages=Anzahl der Seiten:
settings.gen.label.columns=Anzahl der Spalten: settings.gen.label.columns=Anzahl der Spalten:
settings.gen.label.rows=Anzahl der Reihen: settings.gen.label.rows=Anzahl der Reihen:
settings.gen.label.liveMode=Live Modus: settings.gen.label.liveMode=Live Modus:
......
...@@ -5,16 +5,9 @@ ...@@ -5,16 +5,9 @@
<?import javafx.scene.control.*?> <?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?> <?import javafx.scene.layout.*?>
<VBox spacing="14.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> <VBox spacing="14.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
<children> <children>
<Label text="%settings.gen.label.view" underline="true" /> <Label text="%settings.gen.label.view" underline="true" />
<HBox spacing="14.0">
<children>
<Label alignment="BASELINE_RIGHT" layoutX="21.0" layoutY="40.0" maxHeight="1.7976931348623157E308" prefWidth="150.0" text="%settings.gen.label.pages" />
<TextField fx:id="pageCountTextField" prefWidth="50.0" />
</children>
</HBox>
<HBox spacing="14.0"> <HBox spacing="14.0">
<children> <children>
<Label alignment="BASELINE_RIGHT" layoutX="20.0" layoutY="68.0" maxHeight="1.7976931348623157E308" prefWidth="150.0" text="%settings.gen.label.columns" /> <Label alignment="BASELINE_RIGHT" layoutX="20.0" layoutY="68.0" maxHeight="1.7976931348623157E308" prefWidth="150.0" text="%settings.gen.label.columns" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment