diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-12 14:12:30 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-12 14:12:30 +0100 |
| commit | 584a43277dbfbdba834a2681afe63d10598db3f9 (patch) | |
| tree | 2a7b8d1f6b41fa39996c907d8d582b4c52448fcd /src/layout/mod.rs | |
| parent | ffcb8cd97a7107bfd66805b1073c5ef3e0dd59a7 (diff) | |
Rename ChildAlign to LayoutAligns ✏
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 { |
