aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/ArchivOperation.fxml
blob: 6f3d883c6f8058b69a8594f6d5cca22b5598e59b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.FlowPane?>


<FlowPane fx:id="archiveOperationFlowPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="650.0" prefWidth="800.0" 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.userInterface.ArchivOperationController">
   <children>
      <AnchorPane prefHeight="650.0" prefWidth="800.0" />
   </children>
</FlowPane>