diff options
author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-05-20 16:38:16 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-21 16:53:48 +0200 |
commit | 15f55fda6a4338b89363766dfcabc5b4404918f2 (patch) | |
tree | 405e2f7c1a01378b31fb6abdd8d5c5516d848f87 /src/main/resources/fxml/vehiclePane.fxml | |
parent | 01d65620c2c61f0256472f51305f0f6d7cc8027e (diff) | |
download | sepm-groupproject-15f55fda6a4338b89363766dfcabc5b4404918f2.tar.gz sepm-groupproject-15f55fda6a4338b89363766dfcabc5b4404918f2.tar.xz sepm-groupproject-15f55fda6a4338b89363766dfcabc5b4404918f2.zip |
[#25957] Improved css-File. (Comments, structure, less redundancy)
Diffstat (limited to 'src/main/resources/fxml/vehiclePane.fxml')
-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 79cfaf9..a9efaa6 100644 --- a/src/main/resources/fxml/vehiclePane.fxml +++ b/src/main/resources/fxml/vehiclePane.fxml @@ -10,7 +10,7 @@ <?import javafx.scene.text.Text?> <?import javafx.scene.text.TextFlow?> -<GridPane hgap="6.0" stylesheets="@/styles/main.css" styleClass="shadowed-white" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.ui.vehiclepane.VehiclePaneController"> +<GridPane hgap="6.0" stylesheets="@/styles/main.css" styleClass="bg-white, shadowed" xmlns="http://javafx.com/javafx/9.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="at.ac.tuwien.sepm.assignment.groupphase.einsatzverwaltung.ui.vehiclepane.VehiclePaneController"> <columnConstraints> <ColumnConstraints /> <ColumnConstraints /> |