diff options
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 2e6a39ff..b5cfb1b0 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -159,9 +159,9 @@ pub enum Layouted { /// Spacing that should be added to the parent. Spacing(Length), /// A layout that should be added to and aligned in the parent. - Frame(Frame, ChildAlign), + Frame(Frame, LayoutAligns), /// Multiple layouts. - Frames(Vec<Frame>, ChildAlign), + Frames(Vec<Frame>, LayoutAligns), } impl Layouted { |
