diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-10-17 19:21:47 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-10-17 19:21:47 +0200 |
| commit | 991e879e1d2ed53125dbff4edba80804ff28f2a9 (patch) | |
| tree | 0917f83108feca10ca4207dd9089fe57cf8098d5 /src/layout/flex.rs | |
| parent | 1987e5861cf2c033e3a540a5ef7c0f7106016929 (diff) | |
Extend stack layouts from vertical to horizontal flows ➡
Diffstat (limited to 'src/layout/flex.rs')
| -rw-r--r-- | src/layout/flex.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/flex.rs b/src/layout/flex.rs index a6f2e091..b97b4239 100644 --- a/src/layout/flex.rs +++ b/src/layout/flex.rs @@ -90,7 +90,7 @@ impl FlexLayouter { ctx, units: vec![], - stack: StackLayouter::new(StackContext::from_flex_ctx(ctx)), + stack: StackLayouter::new(StackContext::from_flex_ctx(ctx, Flow::Vertical)), usable_width: ctx.space.usable().x, run: FlexRun { |
