summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/fxml/ArchiveOperation.fxml40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml
index 8286a94..0150d81 100644
--- a/src/main/resources/fxml/ArchiveOperation.fxml
+++ b/src/main/resources/fxml/ArchiveOperation.fxml
@@ -13,7 +13,7 @@
<?import javafx.scene.text.Font?>
<AnchorPane fx:id="archiveOperationAP" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="650.0" prefWidth="1000.0" style="-fx-background-color: rgba(239,235,232,1);" visible="false" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.ArchiveOperationController">
- <children>
+ <children>
<ScrollPane hbarPolicy="NEVER" layoutX="43.0" layoutY="202.0" prefHeight="435.0" prefWidth="906.0" style="-fx-background-color: rgba(239,235,232,1);" vbarPolicy="NEVER" AnchorPane.leftAnchor="43.0">
<content>
<FlowPane fx:id="archiveOperationFlowPane" hgap="12" prefHeight="598.0" prefWidth="906.0" style="-fx-background-color: rgba(239,235,232,1);" vgap="12">
@@ -35,21 +35,21 @@
</ScrollPane>
<AnchorPane fx:id="backApDetails" prefHeight="170.0" prefWidth="1000.0" style="-fx-background-color: rgba(191,144,0,1);">
<children>
- <Label layoutX="81.0" layoutY="31.0" prefHeight="34.0" prefWidth="116.0" text="Archiv-Eintrag:" textFill="WHITE">
+ <Hyperlink layoutX="827.0" layoutY="33.0" onAction="#backClicked" text="Zurück" textFill="WHITE">
<font>
- <Font name="System Bold" size="16.0" />
+ <Font name="System Bold" size="20.0" />
</font>
- </Label>
- <Label fx:id="lblCodeHeader" layoutX="200.0" layoutY="31.0" prefHeight="34.0" prefWidth="116.0" textFill="WHITE">
+ </Hyperlink>
+ <Label layoutX="80.0" layoutY="36.0" prefHeight="34.0" prefWidth="150.0" text="Archiv-Eintrag:" textFill="WHITE">
<font>
- <Font name="System Bold" size="16.0" />
+ <Font name="System Bold" size="20.0" />
</font>
</Label>
- <Hyperlink layoutX="843.0" layoutY="31.0" onAction="#backClicked" text="Zurück" textFill="WHITE" AnchorPane.rightAnchor="94.60000000000002">
+ <Label fx:id="lblCodeHeader" layoutX="230.0" layoutY="36.0" prefHeight="34.0" prefWidth="116.0" textFill="WHITE">
<font>
- <Font name="System Bold" size="16.0" />
+ <Font name="System Bold" size="20.0" />
</font>
- </Hyperlink>
+ </Label>
</children></AnchorPane>
<AnchorPane layoutX="82.0" layoutY="81.0" prefHeight="99.0" prefWidth="822.0" style="-fx-background-color: white;" styleClass="shadowed">
<children>
@@ -85,12 +85,12 @@
</AnchorPane>
<AnchorPane fx:id="backApMain" prefHeight="170.0" prefWidth="1000.0" style="-fx-background-color: rgba(191,144,0,1);" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
- <Hyperlink layoutX="836.0" layoutY="35.0" onAction="#backToMain" text="Zurück" textFill="WHITE">
+ <Hyperlink layoutX="827.0" layoutY="33.0" onAction="#backToMain" text="Zurück" textFill="WHITE">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Hyperlink>
- <Label layoutX="89.0" layoutY="40.0" prefHeight="30.0" prefWidth="100.0" text="Archiv" textFill="WHITE">
+ <Label layoutX="80.0" layoutY="36.0" prefHeight="34.0" prefWidth="150.0" text="Archiv" textFill="WHITE">
<font>
<Font name="System Bold" size="20.0" />
</font>
@@ -100,14 +100,14 @@
<AnchorPane fx:id="apMainDetails" layoutX="82.0" layoutY="80.0" prefHeight="138.0" prefWidth="822.0" style="-fx-background-color: white;" styleClass="shadowed">
<children>
<GridPane layoutY="14.0" prefHeight="113.0" prefWidth="451.0">
- <columnConstraints>
- <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
- </columnConstraints>
- <rowConstraints>
- <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
- <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
- </rowConstraints>
+ <columnConstraints>
+ <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
+ </columnConstraints>
+ <rowConstraints>
+ <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
+ <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
+ <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
+ </rowConstraints>
<children>
<Label fx:id="lblOperations" text="Einsätze:">
<font>
@@ -131,5 +131,5 @@
</GridPane>
</children>
</AnchorPane>
- </children>
+ </children>
</AnchorPane>