diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-31 16:43:22 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-02 00:14:15 +0200 |
commit | 31478202a4a4c371f861d9d8613429e124b72e9a (patch) | |
tree | a053b67d7e336bc0709c5dec1051b17a6292365c /src/main/resources/fxml/OperationInArchive.fxml | |
parent | 2ce4e7f6a0194c8428882216ad30821eb9e8eb8b (diff) | |
download | sepm-groupproject-31478202a4a4c371f861d9d8613429e124b72e9a.tar.gz sepm-groupproject-31478202a4a4c371f861d9d8613429e124b72e9a.tar.xz sepm-groupproject-31478202a4a4c371f861d9d8613429e124b72e9a.zip |
Added padding for panes [#27299]
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> |