diff options
author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-05-16 14:16:03 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-21 16:46:56 +0200 |
commit | c536a6ca362b25295b23884088b31aa9a1a7b312 (patch) | |
tree | 450a545f59c88057a5aa20f8d6dd2345682cefd6 /src/main/resources/fxml | |
parent | cdf57c4aadaca14e75782cb42b6458fdae6d9a19 (diff) | |
download | sepm-groupproject-c536a6ca362b25295b23884088b31aa9a1a7b312.tar.gz sepm-groupproject-c536a6ca362b25295b23884088b31aa9a1a7b312.tar.xz sepm-groupproject-c536a6ca362b25295b23884088b31aa9a1a7b312.zip |
[#25958] Reformating.
Diffstat (limited to 'src/main/resources/fxml')
-rw-r--r-- | src/main/resources/fxml/CreateOperationController.fxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fxml/CreateOperationController.fxml b/src/main/resources/fxml/CreateOperationController.fxml index cb8239d..0472893 100644 --- a/src/main/resources/fxml/CreateOperationController.fxml +++ b/src/main/resources/fxml/CreateOperationController.fxml @@ -76,5 +76,5 @@ <FlowPane fx:id="fpVehicles" hgap="12" layoutX="40.0" layoutY="228.0" prefHeight="388.0" prefWidth="920.0" vgap="12"> </FlowPane> - <fx:include source="/fxml/statusMenu.fxml" AnchorPane.leftAnchor="100" AnchorPane.topAnchor="100"/> + <fx:include fx:id="smMenu" source="/fxml/statusMenu.fxml"/> </AnchorPane> |