diff options
author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-06-11 17:39:30 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-13 19:22:31 +0200 |
commit | 68f25b88054f7dcbc3a4485f305c4da34b3a1027 (patch) | |
tree | e49dcf304fdb63aa5680cd0c1c5822ddfb25bb26 /src/main/resources/fxml | |
parent | a045b4779714eabfc1a9473c40c84d8eb3f3cf98 (diff) | |
download | sepm-groupproject-68f25b88054f7dcbc3a4485f305c4da34b3a1027.tar.gz sepm-groupproject-68f25b88054f7dcbc3a4485f305c4da34b3a1027.tar.xz sepm-groupproject-68f25b88054f7dcbc3a4485f305c4da34b3a1027.zip |
[#27381] Fixing bug caused by previous commit (nothing clickable)
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 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> |