diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/fxml/employeeListItem.fxml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fxml/employeeListItem.fxml b/src/main/resources/fxml/employeeListItem.fxml index 267747e..5c73bf5 100644 --- a/src/main/resources/fxml/employeeListItem.fxml +++ b/src/main/resources/fxml/employeeListItem.fxml @@ -30,7 +30,7 @@ layoutY="11.0" pickOnBounds="true" preserveRatio="true" AnchorPane.leftAnchor="10.0" AnchorPane.topAnchor="10.0"> <image> - <Image url="@../images/Qualification.png"/> + <Image url="/images/Qualification.png"/> </image> </ImageView> <Label fx:id="lblQualification" layoutX="45.0" layoutY="14.0" text="Notarzt" @@ -43,7 +43,7 @@ layoutY="11.0" pickOnBounds="true" preserveRatio="true" AnchorPane.leftAnchor="10.0" AnchorPane.topAnchor="10.0"> <image> - <Image url="@../images/Qualification.png"/> + <Image url="/images/Qualification.png"/> </image> </ImageView> <Label fx:id="lblPilot" layoutX="53.0" layoutY="14.0" text="nicht Pilot" @@ -56,7 +56,7 @@ layoutY="11.0" pickOnBounds="true" preserveRatio="true" AnchorPane.leftAnchor="10.0" AnchorPane.topAnchor="10.0"> <image> - <Image url="@../images/Qualification.png"/> + <Image url="/images/Qualification.png"/> </image> </ImageView> <Label fx:id="lblDriver" layoutX="54.0" layoutY="14.0" text="ist Fahrer" |