wip rebase updates
This commit is contained in:
parent
86dcf8af6c
commit
e10459fb37
68 changed files with 1776 additions and 1544 deletions
|
|
@ -6,7 +6,7 @@ use iced_widget::container::Catalog;
|
|||
|
||||
use crate::{
|
||||
Apply, Element, theme,
|
||||
widget::{container, divider, vertical_space},
|
||||
widget::{container, divider, space::vertical},
|
||||
};
|
||||
|
||||
#[inline]
|
||||
|
|
@ -65,7 +65,7 @@ impl<'a, Message: 'static> ListColumn<'a, Message> {
|
|||
// Ensure a minimum height of 32.
|
||||
let list_item = iced::widget::row![
|
||||
container(item).align_y(iced::Alignment::Center),
|
||||
vertical_space().height(iced::Length::Fixed(32.))
|
||||
vertical().height(iced::Length::Fixed(32.))
|
||||
]
|
||||
.padding(this.list_item_padding)
|
||||
.align_y(iced::Alignment::Center);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue