diff options
Diffstat (limited to 'src/main/resources/fxml/OperationInArchive.fxml')
-rw-r--r-- | src/main/resources/fxml/OperationInArchive.fxml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fxml/OperationInArchive.fxml b/src/main/resources/fxml/OperationInArchive.fxml index 43ac14b..1f04fc0 100644 --- a/src/main/resources/fxml/OperationInArchive.fxml +++ b/src/main/resources/fxml/OperationInArchive.fxml @@ -10,7 +10,7 @@ <?import javafx.scene.text.Font?> <?import javafx.scene.text.Text?> -<GridPane hgap="6.0" maxHeight="100.0" maxWidth="400.0" prefHeight="100.0" prefWidth="400.0" styleClass="bg-white, shadowed" stylesheets="@/styles/main.css" 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" 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 /> @@ -32,7 +32,7 @@ <Font size="20.0" /> </font> </Text> - <HBox prefHeight="102.0" prefWidth="200.0" GridPane.rowIndex="2"> + <HBox prefHeight="0.0" prefWidth="200.0" GridPane.rowIndex="2"> <children> <ImageView fitHeight="23.0" fitWidth="32.0" pickOnBounds="true" preserveRatio="true"> <image> |