fix: docs
This commit is contained in:
parent
533e099cf6
commit
6f5d096be2
2 changed files with 2 additions and 2 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue