fix: open-dialog example
This commit is contained in:
parent
89ee66f251
commit
fb1a7d3640
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ impl cosmic::Application for App {
|
||||||
);
|
);
|
||||||
|
|
||||||
content.push(
|
content.push(
|
||||||
iced::widget::vertical_space()
|
iced::widget::space::vertical()
|
||||||
.height(Length::Fixed(12.0))
|
.height(Length::Fixed(12.0))
|
||||||
.into(),
|
.into(),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue