diff options
author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-05-14 16:31:12 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-21 15:51:40 +0200 |
commit | 3990268905e3223276160e2a32c74d4f05d0796e (patch) | |
tree | 30b87a54a1eaa36bf8d67de461a86e01991f4b5b /src/main/resources/fxml/vehiclePane.fxml | |
parent | 166ff610e62f0671f65a6fd27d4760f0881eb6f4 (diff) | |
download | sepm-groupproject-3990268905e3223276160e2a32c74d4f05d0796e.tar.gz sepm-groupproject-3990268905e3223276160e2a32c74d4f05d0796e.tar.xz sepm-groupproject-3990268905e3223276160e2a32c74d4f05d0796e.zip |
Reworking MainWindow UI.
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 38be664..79cfaf9 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" style="-fx-background-color: 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="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"> <columnConstraints> <ColumnConstraints /> <ColumnConstraints /> |