summaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/vehiclePane.fxml
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-05-24 20:28:05 +0200
committerTharre <tharre3@gmail.com>2018-05-24 20:28:05 +0200
commitf5bc7925a8fbbe247972a6f0e0571cc7e92fbefa (patch)
tree25c6010b1c96de0302ac618bc3aeee61100655fe /src/main/resources/fxml/vehiclePane.fxml
parentf7d14a76123911f0bced08356a0c69e61147cb1b (diff)
parent58f6ea4ad233f4cbb57b57734a5067e0856b6341 (diff)
downloadsepm-groupproject-f5bc7925a8fbbe247972a6f0e0571cc7e92fbefa.tar.gz
sepm-groupproject-f5bc7925a8fbbe247972a6f0e0571cc7e92fbefa.tar.xz
sepm-groupproject-f5bc7925a8fbbe247972a6f0e0571cc7e92fbefa.zip
Merge branch 'develop'v2.0
Diffstat (limited to 'src/main/resources/fxml/vehiclePane.fxml')
-rw-r--r--src/main/resources/fxml/vehiclePane.fxml53
1 files changed, 24 insertions, 29 deletions
diff --git a/src/main/resources/fxml/vehiclePane.fxml b/src/main/resources/fxml/vehiclePane.fxml
index 8b1d194..784febc 100644
--- a/src/main/resources/fxml/vehiclePane.fxml
+++ b/src/main/resources/fxml/vehiclePane.fxml
@@ -10,61 +10,56 @@
<?import javafx.scene.text.Text?>
<?import javafx.scene.text.TextFlow?>
-<GridPane hgap="6.0" 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.controller.VehiclePaneController">
<columnConstraints>
- <ColumnConstraints/>
- <ColumnConstraints/>
- <ColumnConstraints/>
- <ColumnConstraints/>
+ <ColumnConstraints />
+ <ColumnConstraints />
+ <ColumnConstraints />
+ <ColumnConstraints />
</columnConstraints>
<rowConstraints>
- <RowConstraints/>
- <RowConstraints/>
- <RowConstraints/>
- <RowConstraints/>
+ <RowConstraints />
+ <RowConstraints />
+ <RowConstraints />
+ <RowConstraints />
</rowConstraints>
<padding>
- <Insets bottom="6.0" left="6.0" right="6.0" top="6.0"/>
+ <Insets bottom="6.0" left="12.0" right="12.0" top="6.0" />
</padding>
<TextFlow GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="0">
- <Text text="RTW" fx:id="txtType">
+ <Text fx:id="txtType" text="RTW">
<font>
- <Font name="System Bold" size="18.0"/>
+ <Font name="System Bold" size="18.0" />
</font>
</Text>
- <Text text="-10003" fx:id="txtNumber">
+ <Text fx:id="txtNumber" text="-10003">
<font>
- <Font size="16.0"/>
+ <Font size="16.0" />
</font>
</Text>
</TextFlow>
- <ImageView fx:id="ivNEF" fitHeight="25.0" fitWidth="25.0" pickOnBounds="true" preserveRatio="true"
- GridPane.columnIndex="0" GridPane.rowIndex="1">
- <Image url="@../images/NotNEF.png"/>
+ <ImageView fx:id="ivNEF" fitHeight="25.0" fitWidth="25.0" pickOnBounds="true" preserveRatio="true" GridPane.columnIndex="0" GridPane.rowIndex="1">
+ <Image url="@../images/NotNEF.png" />
</ImageView>
<Text fx:id="txtNEF" text="keine NEF-Halterung" GridPane.columnIndex="1" GridPane.rowIndex="1">
<font>
- <Font size="14.0"/>
+ <Font size="14.0" />
</font>
</Text>
- <ImageView fx:id="ivQualification" fitHeight="25.0" fitWidth="25.0" pickOnBounds="true"
- preserveRatio="true"
- GridPane.columnIndex="0" GridPane.rowIndex="2">
- <Image url="@../images/Qualification.png"/>
+ <ImageView fx:id="ivQualification" fitHeight="25.0" fitWidth="25.0" pickOnBounds="true" preserveRatio="true" GridPane.columnIndex="0" GridPane.rowIndex="2">
+ <Image url="@../images/Qualification.png" />
</ImageView>
- <Text fx:id="txtQualification" text="Notarzt" GridPane.columnIndex="1" GridPane.rowIndex="2">
+ <Text fx:id="txtQualification" text="-" GridPane.columnIndex="1" GridPane.rowIndex="2">
<font>
- <Font size="14.0"/>
+ <Font size="14.0" />
</font>
</Text>
- <ImageView fitHeight="25.0" fitWidth="25.0" pickOnBounds="true" preserveRatio="true"
- GridPane.columnIndex="0" GridPane.rowIndex="3">
- <Image url="@../images/Vehicle.png"/>
+ <ImageView fitHeight="25.0" fitWidth="25.0" pickOnBounds="true" preserveRatio="true" GridPane.columnIndex="0" GridPane.rowIndex="3">
+ <Image url="@../images/Vehicle.png" />
</ImageView>
<Text fx:id="txtRooftype" text="Hochdach" GridPane.columnIndex="1" GridPane.rowIndex="3">
<font>
- <Font size="14.0"/>
+ <Font size="14.0" />
</font>
</Text>
</GridPane>