diff --git a/iced b/iced index 29743fc4..4dd4cfb6 160000 --- a/iced +++ b/iced @@ -1 +1 @@ -Subproject commit 29743fc482eebe547ee18fbf67a422dca28ef45b +Subproject commit 4dd4cfb6a389eb42fdf2c8b0fe8d46bd53eaef33 diff --git a/src/applet/mod.rs b/src/applet/mod.rs index 4a6db2c4..67054382 100644 --- a/src/applet/mod.rs +++ b/src/applet/mod.rs @@ -45,7 +45,7 @@ pub struct Context { pub panel_type: PanelType, /// Includes the configured size of the window. /// This can be used by apples to handle overflow themselves. - pub suggested_bounds: Option<(iced::Size)>, + pub suggested_bounds: Option, } #[derive(Clone, Debug, PartialEq, Eq)]