diff options
| author | Joe Carstairs <me@joeac.net> | 2026-02-12 10:18:42 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-02-12 10:18:42 +0000 |
| commit | 8659e9df22908fb10afb8d949a523d347634e637 (patch) | |
| tree | ed7914a8dd28f99cc9fcd6baf8778a5bf8e48e00 /schist_desktop_gui/src/gui/components/table/view_table.rs | |
| parent | b1988df5603a427994371d8176bce0c6c1f06fc2 (diff) | |
task-085: table contents are small text size
Diffstat (limited to 'schist_desktop_gui/src/gui/components/table/view_table.rs')
| -rw-r--r-- | schist_desktop_gui/src/gui/components/table/view_table.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_desktop_gui/src/gui/components/table/view_table.rs b/schist_desktop_gui/src/gui/components/table/view_table.rs index 801bbb7..3d4da64 100644 --- a/schist_desktop_gui/src/gui/components/table/view_table.rs +++ b/schist_desktop_gui/src/gui/components/table/view_table.rs @@ -48,7 +48,7 @@ where } fn format_string(text: &String) -> Text { - Text::default(text).weak() + Text::default(text).weak().small() } fn format_currency(amount: i32) -> Text { |
