fix(list_column): broken sliders and flex row in cosmic-settings
This commit is contained in:
parent
3dcc47d6a7
commit
01bd999d28
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue