summaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/CreateOperationController.fxml
diff options
context:
space:
mode:
authorViktoria Pundy <viktoria.pundy@aon.at>2018-05-22 19:49:20 +0200
committerViktoria Pundy <viktoria.pundy@aon.at>2018-05-22 19:49:20 +0200
commit3814bf2cab2cb1465002d05f68e9b38e9351e014 (patch)
tree99a4fea710cd1bcdaeca6afc58cdcc67f0d8e7fd /src/main/resources/fxml/CreateOperationController.fxml
parentb9aadec691affd632c8d83e30293964cc1bb05bb (diff)
downloadsepm-groupproject-3814bf2cab2cb1465002d05f68e9b38e9351e014.tar.gz
sepm-groupproject-3814bf2cab2cb1465002d05f68e9b38e9351e014.tar.xz
sepm-groupproject-3814bf2cab2cb1465002d05f68e9b38e9351e014.zip
Added methods and files
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 086a5d1..99f2e22 100644
--- a/src/main/resources/fxml/CreateOperationController.fxml
+++ b/src/main/resources/fxml/CreateOperationController.fxml
@@ -91,5 +91,7 @@
</children>
</AnchorPane>
<ListView fx:id="lvVehicles" layoutX="40.0" layoutY="228.0" prefHeight="388.0" prefWidth="920.0" style="-fx-effect: dropshadow(three-pass-box, rgba(0,0,0,0.8), 10, 0, 0, 5);" />
+ <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" />
</children>
</AnchorPane>