fix(time): popup initial wrong size
This commit is contained in:
parent
31afd3fa8b
commit
f26992e41a
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ impl cosmic::Application for Window {
|
|||
height: height.max(1.) as i32,
|
||||
};
|
||||
|
||||
popup_settings.positioner.size = Some((300, 500));
|
||||
popup_settings.positioner.size = None;
|
||||
|
||||
get_popup(popup_settings)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue