fix(time): popup initial wrong size

This commit is contained in:
Ashley Wulber 2025-04-22 09:52:11 -04:00 committed by Michael Murphy
parent 31afd3fa8b
commit f26992e41a

View file

@ -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)
}