diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-27 09:10:31 +0200 |
---|---|---|
committer | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-27 09:10:31 +0200 |
commit | 14916aeff9a6452bc857b0825d27f82300adaf76 (patch) | |
tree | e6a5f33a9f8d28f9e32a6df6baa08b75fcd7b4db /src/main/resources/fxml | |
parent | 370defca15ffcce5859ecc8f27a5a5cf1025dfbf (diff) | |
download | sepm-groupproject-14916aeff9a6452bc857b0825d27f82300adaf76.tar.gz sepm-groupproject-14916aeff9a6452bc857b0825d27f82300adaf76.tar.xz sepm-groupproject-14916aeff9a6452bc857b0825d27f82300adaf76.zip |
Fixed a bug where wrong header would be shown in archive-details [#27470]
Diffstat (limited to 'src/main/resources/fxml')
-rw-r--r-- | src/main/resources/fxml/ArchiveOperation.fxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 2f55b24..8598350 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -65,7 +65,7 @@ </ScrollPane> </children> </AnchorPane> - <AnchorPane prefHeight="100.0" prefWidth="800.0" style="-fx-background-color: BROWN;"> + <AnchorPane fx:id="apHeader" prefHeight="100.0" prefWidth="800.0" style="-fx-background-color: BROWN;"> <children> <Hyperlink layoutX="713.0" layoutY="16.0" onAction="#backToMain" text="Zurück" textFill="WHITE"> <font> |