diff options
author | Dominic Rogetzer <e1627756@student.tuwien.ac.at> | 2018-06-16 12:23:19 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-16 15:50:54 +0200 |
commit | ef9ba06432f6c4ab77f09462f672ce84d9f8cfe7 (patch) | |
tree | fabc699c11f79203cfb3e39817f8f0f9b30bfcb4 | |
parent | 1d179b16fb249a6645d7729375d3c95a797c64e9 (diff) | |
download | sepm-groupproject-ef9ba06432f6c4ab77f09462f672ce84d9f8cfe7.tar.gz sepm-groupproject-ef9ba06432f6c4ab77f09462f672ce84d9f8cfe7.tar.xz sepm-groupproject-ef9ba06432f6c4ab77f09462f672ce84d9f8cfe7.zip |
Center employee and vehicle window [#28618]
-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 0bc6bff..35180e3 100644 --- a/src/main/resources/fxml/CreateOperationController.fxml +++ b/src/main/resources/fxml/CreateOperationController.fxml @@ -91,7 +91,7 @@ </GridPane> <fx:include fx:id="operationDetails" source="/fxml/OperationDetails.fxml" AnchorPane.leftAnchor="54.0" AnchorPane.topAnchor="50.0"/> - <fx:include AnchorPane.leftAnchor="192.0" AnchorPane.topAnchor="57.0" fx:id="manageEmployees" + <fx:include AnchorPane.leftAnchor="240.0" AnchorPane.topAnchor="60.0" fx:id="manageEmployees" source="/fxml/manageEmployees.fxml"/> <fx:include AnchorPane.leftAnchor="192.0" AnchorPane.topAnchor="57.0" source="/fxml/createCar.fxml" fx:id="createCar"/> |