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/ArchiveOperation.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/ArchiveOperation.fxml')
-rw-r--r-- | src/main/resources/fxml/ArchiveOperation.fxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 21662fd..f185545 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -11,7 +11,7 @@ <children> <ScrollPane layoutY="169.0" prefHeight="481.0" prefWidth="800.0" AnchorPane.leftAnchor="0.0"> <content> - <FlowPane fx:id="archiveOperationFlowPane" prefHeight="650.0" prefWidth="800.0" /> + <FlowPane fx:id="archiveOperationFlowPane" prefHeight="650.0" prefWidth="800.0" hgap="12" vgap="12"/> </content> </ScrollPane> <AnchorPane fx:id="apDetails" layoutX="201.0" prefHeight="650.0" prefWidth="800.0" style="-fx-background-color: rgba(239,235,232,1);" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0"> |