diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fxml/ArchiveOperation.fxml | 9 | 
1 files changed, 7 insertions, 2 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 8db231e..c479de6 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -63,7 +63,7 @@                          <Font size="15.0" />                       </font>                    </Label> -                  <Label fx:id="lblVehicles" layoutX="58.0" layoutY="91.0" prefHeight="46.0" prefWidth="554.0" text="Label"> +                  <Label fx:id="lblVehicles" layoutX="58.0" layoutY="91.0" prefHeight="46.0" prefWidth="540.0" text="Label">                       <font>                          <Font size="15.0" />                       </font> @@ -74,6 +74,11 @@                       </font>                    </Label>                    <ImageView fx:id="imvVehicleDetail" fitHeight="34.0" fitWidth="34.0" layoutX="14.0" layoutY="97.0" pickOnBounds="true" preserveRatio="true" /> +                  <Label fx:id="lblStatus" alignment="CENTER_RIGHT" layoutX="476.0" layoutY="91.0" prefHeight="27.0" prefWidth="322.0" text="Status: "> +                     <font> +                        <Font name="System Bold" size="15.0" /> +                     </font> +                  </Label>                 </children>              </AnchorPane>           </children> @@ -109,7 +114,7 @@                          <Font name="System Bold" size="20.0" />                       </font>                    </Label> -                  <Label fx:id="lblClosed" text="abgeschlossen:" GridPane.rowIndex="1"> +                  <Label fx:id="lblCompleted" text="abgeschlossen:" GridPane.rowIndex="1">                       <font>                          <Font size="15.0" />                       </font>  | 
