Skip to content

Commit

Permalink
refactor: use default word wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Jul 16, 2024
1 parent 714acf7 commit dd973b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/cosmic_toggler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ where
self.text_alignment,
alignment::Vertical::Top,
self.text_shaping,
cosmic::iced_core::text::Wrap::default(),
);
match self.width {
Length::Fill => {
Expand Down

0 comments on commit dd973b3

Please sign in to comment.