fix: docs

This commit is contained in:
Ashley Wulber 2024-10-21 10:57:29 -04:00 committed by Jeremy Soller
parent 533e099cf6
commit 6f5d096be2
2 changed files with 2 additions and 2 deletions

2
iced

@ -1 +1 @@
Subproject commit 29743fc482eebe547ee18fbf67a422dca28ef45b
Subproject commit 4dd4cfb6a389eb42fdf2c8b0fe8d46bd53eaef33

View file

@ -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<iced::Size>,
}
#[derive(Clone, Debug, PartialEq, Eq)]