diff options
author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-05-11 16:17:42 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-21 16:33:53 +0200 |
commit | 4d28a72048d208cf2dfd3e34b5fb23a194975314 (patch) | |
tree | f4218448d3a9b35e18c03ee49f4d07c93b379472 /src/main/resources/fxml/vehiclePane.fxml | |
parent | b01c84cc72fa21ba5c5e59ec65faa09c828139ba (diff) | |
download | sepm-groupproject-4d28a72048d208cf2dfd3e34b5fb23a194975314.tar.gz sepm-groupproject-4d28a72048d208cf2dfd3e34b5fb23a194975314.tar.xz sepm-groupproject-4d28a72048d208cf2dfd3e34b5fb23a194975314.zip |
UI Changes Main Window
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..38be664 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" 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"> <columnConstraints> <ColumnConstraints /> <ColumnConstraints /> |