aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorDominic Rogetzer <e1627756@student.tuwien.ac.at>2018-06-16 12:23:19 +0200
committerTharre <tharre3@gmail.com>2018-06-16 15:50:54 +0200
commitef9ba06432f6c4ab77f09462f672ce84d9f8cfe7 (patch)
treefabc699c11f79203cfb3e39817f8f0f9b30bfcb4 /src/main
parent1d179b16fb249a6645d7729375d3c95a797c64e9 (diff)
downloadsepm-groupproject-ef9ba06432f6c4ab77f09462f672ce84d9f8cfe7.tar.gz
sepm-groupproject-ef9ba06432f6c4ab77f09462f672ce84d9f8cfe7.tar.xz
sepm-groupproject-ef9ba06432f6c4ab77f09462f672ce84d9f8cfe7.zip
Center employee and vehicle window [#28618]
Diffstat (limited to 'src/main')
-rw-r--r--src/main/resources/fxml/CreateOperationController.fxml2
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"/>