diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-05-31 20:45:25 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-02 00:14:15 +0200 |
commit | 99df0868cbe3e215c1e494f89accae0deb0434d8 (patch) | |
tree | b8225c991aba8c81af0c682b1abcc4df50ca4916 /src/main/resources/fxml/ArchiveOperation.fxml | |
parent | 6be4aefaf0618e14df1028b5610c2b41a7800403 (diff) | |
download | sepm-groupproject-99df0868cbe3e215c1e494f89accae0deb0434d8.tar.gz sepm-groupproject-99df0868cbe3e215c1e494f89accae0deb0434d8.tar.xz sepm-groupproject-99df0868cbe3e215c1e494f89accae0deb0434d8.zip |
Adjusted design for main archive operation [#27299]
Removed scrollbars, added padding for better look, etc.
Diffstat (limited to 'src/main/resources/fxml/ArchiveOperation.fxml')
-rw-r--r-- | src/main/resources/fxml/ArchiveOperation.fxml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 41c6a03..90cbe74 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -13,11 +13,11 @@ <AnchorPane fx:id="archiveOperationAP" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="650.0" prefWidth="1000.0" style="-fx-background-color: white;" 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 layoutY="202.0" prefHeight="449.0" prefWidth="900.0" AnchorPane.leftAnchor="50.0"> + <ScrollPane hbarPolicy="NEVER" layoutY="202.0" prefHeight="449.0" prefWidth="900.0" style="-fx-background-color: rgba(239,235,232,1);" vbarPolicy="NEVER" AnchorPane.leftAnchor="50.0"> <content> - <FlowPane fx:id="archiveOperationFlowPane" hgap="12" prefHeight="598.0" prefWidth="900.0" vgap="12"> + <FlowPane fx:id="archiveOperationFlowPane" hgap="12" prefHeight="598.0" prefWidth="900.0" style="-fx-background-color: rgba(239,235,232,1);" vgap="12"> <padding> - <Insets top="20.0" /> + <Insets left="40.0" top="20.0" /> </padding></FlowPane> </content> </ScrollPane> @@ -74,14 +74,19 @@ </AnchorPane> <AnchorPane fx:id="backApMain" prefHeight="170.0" prefWidth="1000.0" style="-fx-background-color: rgba(191,144,0,1);" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0"> <children> - <Hyperlink layoutX="29.0" layoutY="23.0" onAction="#backToMain" text="Zurück" textFill="WHITE"> + <Hyperlink layoutX="871.0" layoutY="35.0" onAction="#backToMain" text="Zurück" textFill="WHITE"> <font> - <Font name="System Bold" size="16.0" /> + <Font name="System Bold" size="20.0" /> </font> </Hyperlink> + <Label layoutX="62.0" layoutY="40.0" prefHeight="30.0" prefWidth="100.0" text="Archiv" textFill="WHITE"> + <font> + <Font name="System Bold" size="20.0" /> + </font> + </Label> </children> </AnchorPane> - <AnchorPane fx:id="apMainDetails" layoutX="50.0" layoutY="85.0" prefHeight="118.0" prefWidth="900.0" style="-fx-background-color: WHITE;" visible="false"> + <AnchorPane fx:id="apMainDetails" layoutX="50.0" layoutY="85.0" prefHeight="118.0" prefWidth="900.0" styleClass="bg-white, shadowed"> <children> <GridPane layoutY="11.0" prefHeight="99.0" prefWidth="451.0"> <columnConstraints> |