aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/CreateOperationController.fxml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fxml/CreateOperationController.fxml')
-rw-r--r--src/main/resources/fxml/CreateOperationController.fxml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/fxml/CreateOperationController.fxml b/src/main/resources/fxml/CreateOperationController.fxml
index 236215b..dbdb4ef 100644
--- a/src/main/resources/fxml/CreateOperationController.fxml
+++ b/src/main/resources/fxml/CreateOperationController.fxml
@@ -73,4 +73,6 @@
<FlowPane fx:id="fpVehicles" hgap="12" layoutX="40.0" layoutY="228.0" prefHeight="388.0"
prefWidth="920.0" vgap="12">
</FlowPane>
+ <AnchorPane fx:id="apInvisible" prefHeight="650.0" prefWidth="1200.0" style="-fx-background-color: rgba(0,0,0,0.7);" visible="false" />
+ <fx:include fx:id="operationDetails" source="/fxml/OperationDetails.fxml" AnchorPane.leftAnchor="54.0" AnchorPane.topAnchor="50.0" />
</AnchorPane>