set vertical spacing of pending trades view to 10 for consistency

This commit is contained in:
woodser 2025-07-12 08:10:34 -04:00 committed by GitHub
parent 68005c4daa
commit 953157c965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.VBox?>
<VBox fx:id="root" fx:controller="haveno.desktop.main.portfolio.pendingtrades.PendingTradesView"
spacing="20" xmlns:fx="http://javafx.com/fxml">
spacing="10" xmlns:fx="http://javafx.com/fxml">
<padding>
<Insets bottom="0.0" left="15.0" right="15.0" top="15.0"/>
</padding>