fix: open-dialog example

This commit is contained in:
Ashley Wulber 2026-02-22 22:48:07 -05:00
parent 89ee66f251
commit fb1a7d3640

View file

@ -207,7 +207,7 @@ impl cosmic::Application for App {
);
content.push(
iced::widget::vertical_space()
iced::widget::space::vertical()
.height(Length::Fixed(12.0))
.into(),
);