diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-15 18:10:48 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-22 15:16:38 +0200 |
commit | 89ff04e30ccffd18429613a3f31a4f2d088030d4 (patch) | |
tree | 60a0be911dbf97fc5f644f39103c2143ecb02c31 /src/main/resources/fxml | |
parent | 16e8d50e0c320f3028d0e1324d15c9cb9ce33085 (diff) | |
download | sepm-groupproject-89ff04e30ccffd18429613a3f31a4f2d088030d4.tar.gz sepm-groupproject-89ff04e30ccffd18429613a3f31a4f2d088030d4.tar.xz sepm-groupproject-89ff04e30ccffd18429613a3f31a4f2d088030d4.zip |
Added elements for archive page [#24990]
Diffstat (limited to 'src/main/resources/fxml')
-rw-r--r-- | src/main/resources/fxml/ArchivOperation.fxml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/fxml/ArchivOperation.fxml b/src/main/resources/fxml/ArchivOperation.fxml new file mode 100644 index 0000000..3fe5e8b --- /dev/null +++ b/src/main/resources/fxml/ArchivOperation.fxml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<?import javafx.scene.layout.AnchorPane?> + + +<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="650.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" /> |