Skip to content

Commit

Permalink
fix(list_column): broken sliders and flex row in cosmic-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick authored and wash2 committed Nov 11, 2024
1 parent 3dcc47d commit 01bd999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/list/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl<'a, Message: 'static> ListColumn<'a, Message> {

// Ensure a minimum height of 32.
let list_item = iced::widget::row![
item.into(),
crate::widget::container(item).align_y(iced::Alignment::Center),
crate::widget::vertical_space().height(iced::Length::Fixed(32.))
]
.align_y(iced::Alignment::Center);
Expand Down

0 comments on commit 01bd999

Please sign in to comment.