summaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/statusMenu.fxml
blob: 57b152a68ab0194a131ed5aee2f6b8d40cee69f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.layout.AnchorPane?>
<AnchorPane xmlns="http://javafx.com/javafx"
  xmlns:fx="http://javafx.com/fxml"
  fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.StatusMenuController"
  prefHeight="400.0" prefWidth="600.0">

</AnchorPane>