diff options
author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-05-16 14:24:50 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-21 16:46:56 +0200 |
commit | a9f75b67548443a7de3349ddf821fe177c73faf3 (patch) | |
tree | 43666bc0ced43127c0ccaccf0822c68649bbe883 /src/main/resources | |
parent | 06b5183edfaa596278ee61edbfdcdb66c7b7c126 (diff) | |
download | sepm-groupproject-a9f75b67548443a7de3349ddf821fe177c73faf3.tar.gz sepm-groupproject-a9f75b67548443a7de3349ddf821fe177c73faf3.tar.xz sepm-groupproject-a9f75b67548443a7de3349ddf821fe177c73faf3.zip |
[#25958] Further revert changes from wrong aproach.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fxml/CreateOperationController.fxml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/fxml/CreateOperationController.fxml b/src/main/resources/fxml/CreateOperationController.fxml index 0472893..9fe887c 100644 --- a/src/main/resources/fxml/CreateOperationController.fxml +++ b/src/main/resources/fxml/CreateOperationController.fxml @@ -76,5 +76,4 @@ <FlowPane fx:id="fpVehicles" hgap="12" layoutX="40.0" layoutY="228.0" prefHeight="388.0" prefWidth="920.0" vgap="12"> </FlowPane> - <fx:include fx:id="smMenu" source="/fxml/statusMenu.fxml"/> </AnchorPane> |