Update vulnerable dependencies and migrate to Iced 0.14.
This commit is contained in:
@@ -134,7 +134,7 @@ pub fn view(
|
||||
.spacing(6)
|
||||
} else {
|
||||
row![
|
||||
Space::with_width(Length::Fixed(14.0)),
|
||||
Space::new().width(Length::Fixed(14.0)),
|
||||
text(name)
|
||||
.size(12)
|
||||
.shaping(Shaping::Advanced)
|
||||
@@ -161,7 +161,7 @@ pub fn view(
|
||||
|
||||
// Separator
|
||||
items.push(
|
||||
container(Space::new(Length::Fill, Length::Fixed(1.0)))
|
||||
container(Space::new().width(Length::Fill).height(Length::Fixed(1.0)))
|
||||
.style(|_theme: &Theme| container::Style {
|
||||
background: Some(Background::Color(Color::from_rgb(0.30, 0.30, 0.35))),
|
||||
..container::Style::default()
|
||||
|
||||
Reference in New Issue
Block a user