diff options
Diffstat (limited to 'src/main/resources/fxml')
| -rw-r--r-- | src/main/resources/fxml/ArchiveOperation.fxml | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index d955953..b322db6 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -35,17 +35,17 @@              </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="20.0" prefHeight="34.0" prefWidth="116.0" text="Archiv-Eintrag:" textFill="WHITE"> +                  <Label layoutX="81.0" layoutY="31.0" prefHeight="34.0" prefWidth="116.0" text="Archiv-Eintrag:" textFill="WHITE">                       <font>                          <Font name="System Bold" size="16.0" />                       </font>                    </Label> -                  <Label fx:id="lblCodeHeader" layoutX="203.0" layoutY="20.0" prefHeight="34.0" prefWidth="116.0" textFill="WHITE"> +                  <Label fx:id="lblCodeHeader" layoutX="200.0" layoutY="31.0" prefHeight="34.0" prefWidth="116.0" textFill="WHITE">                       <font>                          <Font name="System Bold" size="16.0" />                       </font>                    </Label> -                  <Hyperlink layoutX="656.0" layoutY="20.0" onAction="#backClicked" text="Zurück" textFill="WHITE" AnchorPane.rightAnchor="50.0"> +                  <Hyperlink layoutX="843.0" layoutY="31.0" onAction="#backClicked" text="Zurück" textFill="WHITE" AnchorPane.rightAnchor="94.60000000000002">                       <font>                          <Font name="System Bold" size="16.0" />                       </font> @@ -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="871.0" layoutY="35.0" onAction="#backToMain" text="Zurück" textFill="WHITE"> +            <Hyperlink layoutX="836.0" layoutY="35.0" onAction="#backToMain" text="Zurück" textFill="WHITE">                 <font>                    <Font name="System Bold" size="20.0" />                 </font>              </Hyperlink> -            <Label layoutX="62.0" layoutY="40.0" prefHeight="30.0" prefWidth="100.0" text="Archiv" textFill="WHITE"> +            <Label layoutX="89.0" layoutY="40.0" prefHeight="30.0" prefWidth="100.0" text="Archiv" textFill="WHITE">                 <font>                    <Font name="System Bold" size="20.0" />                 </font>  | 
