diff options
Diffstat (limited to 'src/layout/stacked.rs')
| -rw-r--r-- | src/layout/stacked.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/stacked.rs b/src/layout/stacked.rs index 3c9946a6..b710e203 100644 --- a/src/layout/stacked.rs +++ b/src/layout/stacked.rs @@ -14,6 +14,7 @@ pub struct StackLayouter { /// The context for the [`StackLayouter`]. #[derive(Debug, Copy, Clone)] pub struct StackContext { + /// The space to layout the boxes in. pub space: LayoutSpace, } |
