aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/DetailArchiveOperation.fxml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fxml/DetailArchiveOperation.fxml')
-rw-r--r--src/main/resources/fxml/DetailArchiveOperation.fxml4
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" />