diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-31 17:24:07 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-02 00:14:15 +0200 |
commit | cd1d4f95b1f7b7aeefd20d0b545d6856ff0b9b70 (patch) | |
tree | cb6a5abf075ecd9ada25adf9b66cbc6c8179672b /src/main/resources/fxml/CreateOperationController.fxml | |
parent | 31478202a4a4c371f861d9d8613429e124b72e9a (diff) | |
download | sepm-groupproject-cd1d4f95b1f7b7aeefd20d0b545d6856ff0b9b70.tar.gz sepm-groupproject-cd1d4f95b1f7b7aeefd20d0b545d6856ff0b9b70.tar.xz sepm-groupproject-cd1d4f95b1f7b7aeefd20d0b545d6856ff0b9b70.zip |
Added elements to Archive-Window, adjusted already existing elements [#27299]
Diffstat (limited to 'src/main/resources/fxml/CreateOperationController.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 ba27f53..79c0a51 100644 --- a/src/main/resources/fxml/CreateOperationController.fxml +++ b/src/main/resources/fxml/CreateOperationController.fxml @@ -87,5 +87,5 @@ <fx:include AnchorPane.leftAnchor="192.0" AnchorPane.topAnchor="57.0" fx:id="listEmployees" source="/fxml/listEmployees.fxml"/> <fx:include AnchorPane.leftAnchor="300" AnchorPane.topAnchor="135.4" source="/fxml/RegistrationWindow.fxml" fx:id="registrationWindow"/> <fx:include AnchorPane.leftAnchor="300.0" AnchorPane.topAnchor="125.0" source="/fxml/createCar.fxml" fx:id="createCar"/> - <fx:include AnchorPane.leftAnchor="200.0" source="/fxml/ArchiveOperation.fxml" fx:id="archiveOperation"/> + <fx:include AnchorPane.leftAnchor="100.0" source="/fxml/ArchiveOperation.fxml" fx:id="archiveOperation"/> </AnchorPane> |