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(
|
||||
iced::widget::vertical_space()
|
||||
iced::widget::space::vertical()
|
||||
.height(Length::Fixed(12.0))
|
||||
.into(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue