diff options
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 9a6462d..8f1e3c3 100644 --- a/src/main/resources/fxml/CreateOperationController.fxml +++ b/src/main/resources/fxml/CreateOperationController.fxml @@ -88,7 +88,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"/> - <GridPane AnchorPane.topAnchor="0" AnchorPane.leftAnchor="0" + <GridPane fx:id="grdWindowContainer" AnchorPane.topAnchor="0" AnchorPane.leftAnchor="0" AnchorPane.rightAnchor="0" AnchorPane.bottomAnchor="0" alignment="CENTER"> <fx:include source="/fxml/RegistrationWindow.fxml" fx:id="registrationWindow"/> </GridPane> |