aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Weninger <e01526989@student.tuwien.ac.at>2018-06-18 19:47:17 +0200
committerAndreas Weninger <e01526989@student.tuwien.ac.at>2018-06-18 19:47:17 +0200
commit33fa59e95b5495166112f4d8c3a9e7c4d7f758d5 (patch)
tree9f5aa259106bba45c4c505104ab45c0893ebb39e /src
parent1a018e9eb023cc355fa72e74de1da7c4795affae (diff)
downloadsepm-groupproject-33fa59e95b5495166112f4d8c3a9e7c4d7f758d5.tar.gz
sepm-groupproject-33fa59e95b5495166112f4d8c3a9e7c4d7f758d5.tar.xz
sepm-groupproject-33fa59e95b5495166112f4d8c3a9e7c4d7f758d5.zip
Fix list.
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/fxml/CreateOperationController.fxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fxml/CreateOperationController.fxml b/src/main/resources/fxml/CreateOperationController.fxml
index 5fd64f5..0c82e29 100644
--- a/src/main/resources/fxml/CreateOperationController.fxml
+++ b/src/main/resources/fxml/CreateOperationController.fxml
@@ -56,7 +56,7 @@
<Hyperlink layoutY="7.0" onAction="#onArchivLinkClicked" styleClass="text-medium" text="Archiv" AnchorPane.rightAnchor="12" />
</AnchorPane>
<ScrollPane hbarPolicy="NEVER" layoutX="34.0" layoutY="222.0" prefHeight="388.0" prefWidth="920.0" vbarPolicy="ALWAYS">
- <FlowPane fx:id="fpVehicles" hgap="12" vgap="12">
+ <FlowPane fx:id="fpVehicles" hgap="12" vgap="12" prefWidth="920.0">
<padding>
<Insets topRightBottomLeft="6" />
</padding>