aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktoria Pundy <viktoria.pundy@aon.at>2018-06-14 11:54:45 +0200
committerTharre <tharre3@gmail.com>2018-06-14 15:58:59 +0200
commitc0e7ede13e32173a793e5456b10a3835f6aef409 (patch)
tree5f5cb650664ef82f6051fc6d137642caf59ee73c
parente3617c496b4d0a03713d037b01f1228ebccc2b30 (diff)
downloadsepm-groupproject-c0e7ede13e32173a793e5456b10a3835f6aef409.tar.gz
sepm-groupproject-c0e7ede13e32173a793e5456b10a3835f6aef409.tar.xz
sepm-groupproject-c0e7ede13e32173a793e5456b10a3835f6aef409.zip
Small adjustments [#27299]
-rw-r--r--src/main/resources/fxml/ArchiveOperation.fxml10
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>