mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-21 14:18:50 -04:00
set vertical spacing of pending trades view to 10 for consistency
This commit is contained in:
parent
68005c4daa
commit
953157c965
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue