diff options
author | Viktoria Pundy <viktoria.pundy@aon.at> | 2018-06-02 21:08:09 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-13 18:36:36 +0200 |
commit | 04b9248e78d9969fa880133f37d932cf50a5b73c (patch) | |
tree | b516fde18fca669cf84bbba13bd317697a4fec99 /src/main/resources/fxml/DetailArchiveOperation.fxml | |
parent | 5bffab6dad44c3fd48a3af767a3eb9e497597773 (diff) | |
download | sepm-groupproject-04b9248e78d9969fa880133f37d932cf50a5b73c.tar.gz sepm-groupproject-04b9248e78d9969fa880133f37d932cf50a5b73c.tar.xz sepm-groupproject-04b9248e78d9969fa880133f37d932cf50a5b73c.zip |
Small design adjustments, reversed order for archived operations [#27299]
Diffstat (limited to 'src/main/resources/fxml/DetailArchiveOperation.fxml')
-rw-r--r-- | src/main/resources/fxml/DetailArchiveOperation.fxml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fxml/DetailArchiveOperation.fxml b/src/main/resources/fxml/DetailArchiveOperation.fxml index 616818e..82c23ed 100644 --- a/src/main/resources/fxml/DetailArchiveOperation.fxml +++ b/src/main/resources/fxml/DetailArchiveOperation.fxml @@ -7,10 +7,10 @@ <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" 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.DetailArchiveOperationController"> <children> - <HBox prefHeight="100.0" prefWidth="200.0" spacing="40.0"> + <HBox prefHeight="100.0" prefWidth="200.0" spacing="100.0"> <children> <VBox fx:id="vBoxVehicle" prefHeight="200.0" prefWidth="100.0" /> - <VBox fx:id="vBoxPeople" prefHeight="200.0" prefWidth="100.0" /> + <VBox fx:id="vBoxPeople" prefHeight="200.0" prefWidth="100.0" spacing="10.0" /> </children> <padding> <Insets right="10.0" /> |