diff options
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 725c5ff..f082b83 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().small() + Text::default(text).weak().small().clip() } fn format_currency(amount: i32) -> Text { |
