diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-06-14 15:32:08 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-14 15:58:59 +0200 |
commit | 1c4959e4be30cddf9f4c565c718aa3e2feedfd0e (patch) | |
tree | 178b5a4f8fc78a95fafd1206d292e0b496d9c86d | |
parent | 603883a95d47d7debaaacc9669e88d73c8aad2e2 (diff) | |
download | sepm-groupproject-1c4959e4be30cddf9f4c565c718aa3e2feedfd0e.tar.gz sepm-groupproject-1c4959e4be30cddf9f4c565c718aa3e2feedfd0e.tar.xz sepm-groupproject-1c4959e4be30cddf9f4c565c718aa3e2feedfd0e.zip |
Adjusted size of anchor pane [#27299]
-rw-r--r-- | src/main/resources/fxml/ArchiveOperation.fxml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 0676d1a..8286a94 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -14,9 +14,9 @@ <AnchorPane fx:id="archiveOperationAP" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="650.0" prefWidth="1000.0" style="-fx-background-color: rgba(239,235,232,1);" visible="false" 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.ArchiveOperationController"> <children> - <ScrollPane hbarPolicy="NEVER" layoutY="202.0" prefHeight="435.0" prefWidth="900.0" style="-fx-background-color: rgba(239,235,232,1);" vbarPolicy="NEVER" AnchorPane.leftAnchor="50.0"> + <ScrollPane hbarPolicy="NEVER" layoutX="43.0" layoutY="202.0" prefHeight="435.0" prefWidth="906.0" style="-fx-background-color: rgba(239,235,232,1);" vbarPolicy="NEVER" AnchorPane.leftAnchor="43.0"> <content> - <FlowPane fx:id="archiveOperationFlowPane" hgap="12" prefHeight="598.0" prefWidth="900.0" style="-fx-background-color: rgba(239,235,232,1);" vgap="12"> + <FlowPane fx:id="archiveOperationFlowPane" hgap="12" prefHeight="598.0" prefWidth="906.0" style="-fx-background-color: rgba(239,235,232,1);" vgap="12"> <padding> <Insets left="40.0" top="20.0" /> </padding></FlowPane> @@ -97,9 +97,9 @@ </Label> </children> </AnchorPane> - <AnchorPane fx:id="apMainDetails" layoutX="50.0" layoutY="85.0" prefHeight="118.0" prefWidth="821.0" styleClass="bg-white, shadowed" AnchorPane.leftAnchor="90.0"> + <AnchorPane fx:id="apMainDetails" layoutX="82.0" layoutY="80.0" prefHeight="138.0" prefWidth="822.0" style="-fx-background-color: white;" styleClass="shadowed"> <children> - <GridPane layoutY="11.0" prefHeight="99.0" prefWidth="451.0"> + <GridPane layoutY="14.0" prefHeight="113.0" prefWidth="451.0"> <columnConstraints> <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" /> </columnConstraints> |