Skip to content

Commit

Permalink
revert linebreak mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Oldham committed Sep 23, 2024
1 parent 34652d1 commit 08983dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psst-gui/src/ui/album.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub fn album_widget(horizontal: bool) -> impl Widget<WithCtx<Arc<Album>>> {
.with_child(
Label::raw()
.with_font(theme::UI_FONT_MEDIUM)
.with_line_break_mode(LineBreaking::WordWrap)
.with_line_break_mode(LineBreaking::Clip)
.lens(Album::name.in_arc()),
)
.with_spacer(theme::grid(0.5))
Expand Down

0 comments on commit 08983dd

Please sign in to comment.