diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-17 17:59:50 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-22 15:53:23 +0200 |
commit | 76bed349af33382819264ba2c7764c8606de8e2a (patch) | |
tree | 6097b404458a9b5d72c63f2272bacd6b50a72a04 /src/main/resources/fxml | |
parent | be76439c6e0a53a0b70e63daf99de8317dd8e9e4 (diff) | |
download | sepm-groupproject-76bed349af33382819264ba2c7764c8606de8e2a.tar.gz sepm-groupproject-76bed349af33382819264ba2c7764c8606de8e2a.tar.xz sepm-groupproject-76bed349af33382819264ba2c7764c8606de8e2a.zip |
Small Changes [#24990]
Diffstat (limited to 'src/main/resources/fxml')
-rw-r--r-- | src/main/resources/fxml/ArchiveOperation.fxml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index d9348c1..753976b 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -37,12 +37,12 @@ <Font name="System Bold" size="18.0" /> </font> </Label> - <Label fx:id="lblAddress" layoutX="26.0" layoutY="53.0" prefHeight="22.0" prefWidth="540.0" style="-fx-effect: dropshadow;" text="Label"> + <Label fx:id="lblAddress" layoutX="26.0" layoutY="53.0" prefHeight="22.0" prefWidth="540.0" text="Label"> <font> <Font size="15.0" /> </font> </Label> - <Label fx:id="lblVehicles" layoutX="58.0" layoutY="91.0" prefHeight="46.0" prefWidth="554.0" style="-fx-effect: drop;" text="Label"> + <Label fx:id="lblVehicles" layoutX="58.0" layoutY="91.0" prefHeight="46.0" prefWidth="554.0" text="Label"> <font> <Font size="15.0" /> </font> |