diff options
Diffstat (limited to 'src/main/resources/fxml/ArchiveOperation.fxml')
-rw-r--r-- | src/main/resources/fxml/ArchiveOperation.fxml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/fxml/ArchiveOperation.fxml b/src/main/resources/fxml/ArchiveOperation.fxml index 13dbd12..42f583c 100644 --- a/src/main/resources/fxml/ArchiveOperation.fxml +++ b/src/main/resources/fxml/ArchiveOperation.fxml @@ -69,8 +69,11 @@ </AnchorPane> <ScrollPane fitToWidth="true" prefHeight="410.0" prefWidth="840.0" AnchorPane.leftAnchor="82.0" AnchorPane.topAnchor="225.0"> <content> - <FlowPane fx:id="fpVehicles" prefHeight="410.0" prefWidth="840.0" /> + <FlowPane fx:id="fpVehicles" hgap="12" prefHeight="410.0" prefWidth="840.0" /> </content> + <padding> + <Insets left="40.0" right="40.0" top="20.0" /> + </padding> </ScrollPane> </children> </AnchorPane> |