summaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/OperationInArchive.fxml
diff options
context:
space:
mode:
authorViktoria Pundy <viktoria.pundy@aon.at>2018-05-31 17:24:07 +0200
committerTharre <tharre3@gmail.com>2018-06-02 00:14:15 +0200
commitcd1d4f95b1f7b7aeefd20d0b545d6856ff0b9b70 (patch)
treecb6a5abf075ecd9ada25adf9b66cbc6c8179672b /src/main/resources/fxml/OperationInArchive.fxml
parent31478202a4a4c371f861d9d8613429e124b72e9a (diff)
downloadsepm-groupproject-cd1d4f95b1f7b7aeefd20d0b545d6856ff0b9b70.tar.gz
sepm-groupproject-cd1d4f95b1f7b7aeefd20d0b545d6856ff0b9b70.tar.xz
sepm-groupproject-cd1d4f95b1f7b7aeefd20d0b545d6856ff0b9b70.zip
Added elements to Archive-Window, adjusted already existing elements [#27299]
Diffstat (limited to 'src/main/resources/fxml/OperationInArchive.fxml')
-rw-r--r--src/main/resources/fxml/OperationInArchive.fxml20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/main/resources/fxml/OperationInArchive.fxml b/src/main/resources/fxml/OperationInArchive.fxml
index 1f04fc0..f079f42 100644
--- a/src/main/resources/fxml/OperationInArchive.fxml
+++ b/src/main/resources/fxml/OperationInArchive.fxml
@@ -10,10 +10,10 @@
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
-<GridPane hgap="12.0" styleClass="bg-white, shadowed" vgap="12" 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.OperationInArchiveController">
+<GridPane hgap="12.0" prefHeight="106.0" prefWidth="374.0" styleClass="bg-white, shadowed" vgap="12" 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.OperationInArchiveController">
<columnConstraints>
- <ColumnConstraints />
- <ColumnConstraints />
+ <ColumnConstraints maxWidth="249.6000518798828" minWidth="205.60003662109375" prefWidth="249.6000518798828" />
+ <ColumnConstraints maxWidth="182.39996337890625" minWidth="138.3999481201172" prefWidth="138.3999481201172" />
<ColumnConstraints />
<ColumnConstraints />
<ColumnConstraints />
@@ -24,15 +24,15 @@
<RowConstraints />
</rowConstraints>
<padding>
- <Insets bottom="6.0" left="12.0" right="12.0" top="6.0" />
+ <Insets bottom="6.0" left="12.0" top="6.0" />
</padding>
<children>
<Text fx:id="txtAddress" text="Text" GridPane.rowIndex="1">
<font>
- <Font size="20.0" />
+ <Font size="17.0" />
</font>
</Text>
- <HBox prefHeight="0.0" prefWidth="200.0" GridPane.rowIndex="2">
+ <HBox prefHeight="23.0" prefWidth="139.0" GridPane.rowIndex="2">
<children>
<ImageView fitHeight="23.0" fitWidth="32.0" pickOnBounds="true" preserveRatio="true">
<image>
@@ -41,19 +41,19 @@
</ImageView>
<Text fx:id="txtVehicles" strokeType="OUTSIDE" strokeWidth="0.0" text="Text">
<font>
- <Font size="20.0" />
+ <Font size="17.0" />
</font>
</Text>
</children>
</HBox>
- <Text fx:id="txtDate" nodeOrientation="RIGHT_TO_LEFT" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" wrappingWidth="187.73674726486206" GridPane.columnIndex="1">
+ <Text fx:id="txtDate" nodeOrientation="RIGHT_TO_LEFT" strokeType="OUTSIDE" strokeWidth="0.0" text="Text" wrappingWidth="132.53673648834229" GridPane.columnIndex="1">
<font>
- <Font name="System Bold" size="20.0" />
+ <Font name="System Bold" size="17.0" />
</font>
</Text>
<Text fx:id="txtOpCode" strokeType="OUTSIDE" strokeWidth="0.0" text="Text">
<font>
- <Font name="System Bold" size="20.0" />
+ <Font name="System Bold" size="17.0" />
</font>
</Text>
</children>