fix(segmented-button): disappearance of icons from bad layout values

This commit is contained in:
Michael Aaron Murphy 2023-09-13 16:47:42 +02:00 committed by Michael Murphy
parent ef23cb328f
commit 48fd076cc8
2 changed files with 6 additions and 4 deletions

View file

@ -61,5 +61,3 @@ pub mod widget;
pub type Renderer = iced::Renderer<Theme>;
pub type Element<'a, Message> = iced::Element<'a, Message, Renderer>;