mirror of
https://github.com/danbulant/cushy
synced 2026-06-24 17:12:11 +00:00
Fixing doc link
This commit is contained in:
parent
09a1590c7e
commit
a526dc000b
1 changed files with 2 additions and 1 deletions
|
|
@ -238,7 +238,8 @@ impl Orientation {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The strategy to use when laying a widget out inside of an [`Stack`].
|
/// The strategy to use when laying a widget out inside of an [`Grid`] or
|
||||||
|
/// [`Stack`](crate::widgets::Stack).
|
||||||
#[derive(Default, Debug, Clone, Copy)]
|
#[derive(Default, Debug, Clone, Copy)]
|
||||||
pub enum GridDimension {
|
pub enum GridDimension {
|
||||||
/// Attempt to lay out the widget based on its contents.
|
/// Attempt to lay out the widget based on its contents.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue