diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-06-03 12:48:46 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-13 18:45:36 +0200 |
commit | 6fc7c0033e7e48c4e1f717d21db70552460676c1 (patch) | |
tree | 1c5e5c25e940aaff50f94ed8efd413db4365beda /src/main/resources/fxml | |
parent | 04b9248e78d9969fa880133f37d932cf50a5b73c (diff) | |
download | sepm-groupproject-6fc7c0033e7e48c4e1f717d21db70552460676c1.tar.gz sepm-groupproject-6fc7c0033e7e48c4e1f717d21db70552460676c1.tar.xz sepm-groupproject-6fc7c0033e7e48c4e1f717d21db70552460676c1.zip |
Added label for status of archived operation, added statistics {#27299]
Diffstat (limited to 'src/main/resources/fxml')
-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> |