diff --git a/cosmic-applet-time/src/window.rs b/cosmic-applet-time/src/window.rs index d3558c7e..f150a6b4 100644 --- a/cosmic-applet-time/src/window.rs +++ b/cosmic-applet-time/src/window.rs @@ -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) }