diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-10-14 23:33:29 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-10-14 23:33:29 +0200 |
| commit | 5473e3903a306d41d9555e2d4d5c1927fd59f0e9 (patch) | |
| tree | 7e880c43e4474e4b2bbc705b64c69b2916c2f862 /src/layout/stacked.rs | |
| parent | c768b8b61f40ef2578d45badebe097e7a9db0be9 (diff) | |
Refactor the text layouting ♻
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, } |
