diff options
author | Martin Weick <e1627760@student.tuwien.ac.at> | 2018-06-15 17:40:17 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-16 15:15:07 +0200 |
commit | e78309c1fa40daaace4eeb79841a0d5d41516a63 (patch) | |
tree | b1cbf6ca646db764033ba80e61117d5af345f5cb /src/main/resources/fxml | |
parent | 8851b888bcdb5d8006bac6d64094484a39be74f9 (diff) | |
download | sepm-groupproject-e78309c1fa40daaace4eeb79841a0d5d41516a63.tar.gz sepm-groupproject-e78309c1fa40daaace4eeb79841a0d5d41516a63.tar.xz sepm-groupproject-e78309c1fa40daaace4eeb79841a0d5d41516a63.zip |
set gui in the middle #27301
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 05b06bc..0bc6bff 100644 --- a/src/main/resources/fxml/CreateOperationController.fxml +++ b/src/main/resources/fxml/CreateOperationController.fxml @@ -93,7 +93,7 @@ AnchorPane.leftAnchor="54.0" AnchorPane.topAnchor="50.0"/> <fx:include AnchorPane.leftAnchor="192.0" AnchorPane.topAnchor="57.0" fx:id="manageEmployees" source="/fxml/manageEmployees.fxml"/> - <fx:include AnchorPane.leftAnchor="300.0" AnchorPane.topAnchor="125.0" + <fx:include AnchorPane.leftAnchor="192.0" AnchorPane.topAnchor="57.0" source="/fxml/createCar.fxml" fx:id="createCar"/> <fx:include AnchorPane.leftAnchor="100.0" source="/fxml/ArchiveOperation.fxml" fx:id="archiveOperation"/> |