diff options
| author | Joe Carstairs <me@joeac.net> | 2026-02-12 19:11:22 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-02-12 19:11:22 +0000 |
| commit | b3f91aef7c9673c180690f6e22984d50e0dbeecf (patch) | |
| tree | f8bf1769e7fdcc169f4cc87f08354c4e5fc3fd33 /schist_desktop_gui/src/gui/components/transactions_view.rs | |
| parent | 3c8a428c195da414171bd6e9064f26c4a66ffe61 (diff) | |
task-085: clips overflowing table cells
Diffstat (limited to 'schist_desktop_gui/src/gui/components/transactions_view.rs')
| -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 e78a142..51877cf 100644 --- a/schist_desktop_gui/src/gui/components/transactions_view.rs +++ b/schist_desktop_gui/src/gui/components/transactions_view.rs @@ -60,7 +60,7 @@ impl TransactionsView { cols: vec![ table::Column::new(0, "Date"), table::Column::new(1, "Bucket"), - table::Column::new(2, "Payee").mul_width(1.5), + table::Column::new(2, "Payee").mul_width(2.0), table::Column::new(3, "Quantity").mul_width(0.67), table::Column::new(4, "Balance").mul_width(0.67), ], |
