summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'schist_desktop_gui/src')
-rw-r--r--schist_desktop_gui/src/gui/components/transactions_view.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_desktop_gui/src/gui/components/transactions_view.rs b/schist_desktop_gui/src/gui/components/transactions_view.rs
index be0b2bd..cc4e17c 100644
--- a/schist_desktop_gui/src/gui/components/transactions_view.rs
+++ b/schist_desktop_gui/src/gui/components/transactions_view.rs
@@ -150,7 +150,7 @@ impl<'a> Viewable<'a, Message> for TransactionsView {
column![
new_transaction_form,
table,
- ].width(Length::FillPortion(3)),
+ ].spacing(u32::from(SPACING_LG)).width(Length::FillPortion(3)),
]
.align_y(alignment::Vertical::Center)
.height(Length::Fill)