aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorViktoria Pundy <viktoria.pundy@aon.at>2018-05-27 09:01:03 +0200
committerViktoria Pundy <viktoria.pundy@aon.at>2018-05-27 09:01:03 +0200
commit370defca15ffcce5859ecc8f27a5a5cf1025dfbf (patch)
tree0ff3a5762df428403677d565821bd362def8bb9b /src/main/resources
parent4725b91b94a915e20736ba59c5e07f1249f2bca1 (diff)
downloadsepm-groupproject-370defca15ffcce5859ecc8f27a5a5cf1025dfbf.tar.gz
sepm-groupproject-370defca15ffcce5859ecc8f27a5a5cf1025dfbf.tar.xz
sepm-groupproject-370defca15ffcce5859ecc8f27a5a5cf1025dfbf.zip
Fixed a bug which would lead to failed tests [#27470]
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fxml/createCar.fxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fxml/createCar.fxml b/src/main/resources/fxml/createCar.fxml
index a33c26e..5c7d284 100644
--- a/src/main/resources/fxml/createCar.fxml
+++ b/src/main/resources/fxml/createCar.fxml
@@ -6,7 +6,7 @@
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.FlowPane?>
-<AnchorPane fx:id="createCarAP" prefHeight="400.0" prefWidth="600.0" style="-fx-background-color: WHITE;" visible="false" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.CreateCarController">
+<AnchorPane fx:id="createCarAP" prefHeight="400.0" prefWidth="600.0" style="-fx-background-color: WHITE;" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.controller.CreateCarController">
<children>
<ChoiceBox fx:id="cmb_Ctyp" layoutX="14.0" layoutY="14.0" prefWidth="150.0" />
<ChoiceBox fx:id="cmb_typ" layoutX="191.0" layoutY="14.0" prefWidth="150.0" />