diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-29 10:22:40 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-29 10:22:40 +0100 |
| commit | ec995248afb73fc314a9ac525f52f9ff0c6366ae (patch) | |
| tree | 732a4861375f984755b319286d6cca4c645c2d02 /schist_desktop_gui | |
| parent | aae9e194fb3275ad74323a7f6b63b6c3b99201b1 (diff) | |
task-001: adds spacing between form and table
Diffstat (limited to 'schist_desktop_gui')
| -rw-r--r-- | schist_desktop_gui/src/gui/components/transactions_view.rs | 2 |
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) |
