diff options
| author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-05-24 17:51:19 +0200 | 
|---|---|---|
| committer | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-05-24 17:51:19 +0200 | 
| commit | 7b752f03f77e1734c1c75927ec14909f5755ecc3 (patch) | |
| tree | 592586481f475b237feef8c2c9c4ffc5188d0159 /src | |
| parent | 64fa175f5827d234abe43463303f354755d4b72a (diff) | |
| download | sepm-groupproject-7b752f03f77e1734c1c75927ec14909f5755ecc3.tar.gz sepm-groupproject-7b752f03f77e1734c1c75927ec14909f5755ecc3.tar.xz sepm-groupproject-7b752f03f77e1734c1c75927ec14909f5755ecc3.zip  | |
Hotfix: Default text for VehiclePanes-Qualification is now -
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/fxml/vehiclePane.fxml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fxml/vehiclePane.fxml b/src/main/resources/fxml/vehiclePane.fxml index a9efaa6..4ed3c19 100644 --- a/src/main/resources/fxml/vehiclePane.fxml +++ b/src/main/resources/fxml/vehiclePane.fxml @@ -49,7 +49,7 @@    <ImageView fx:id="ivQualification" fitHeight="25.0" fitWidth="25.0" pickOnBounds="true" preserveRatio="true" GridPane.columnIndex="0" GridPane.rowIndex="2">      <Image url="@../images/Qualification.png" />    </ImageView> -  <Text fx:id="txtQualification" text="Notarzt" GridPane.columnIndex="1" GridPane.rowIndex="2"> +  <Text fx:id="txtQualification" text="-" GridPane.columnIndex="1" GridPane.rowIndex="2">      <font>        <Font size="14.0" />      </font>  | 
