diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-16 14:03:27 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-16 14:03:27 +0100 |
| commit | 796c2486cee82f6e5aefc2d7d02f82a7eeb35a07 (patch) | |
| tree | e52175e709102affcedbfc7b94479a3e3b16262f /src/func/mod.rs | |
| parent | ac4d501945e9b63f6b5f11c4c1a2ec0738d0b058 (diff) | |
Axes updating for stack layouter 📐
Diffstat (limited to 'src/func/mod.rs')
| -rw-r--r-- | src/func/mod.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs index fa6407d8..e921966a 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -93,9 +93,9 @@ pub enum Command<'a> { Add(Layout), AddMultiple(MultiLayout), - FinishFlexRun, - FinishFlexLayout, - FinishLayout, + BreakFlex, + FinishFlex, + BreakStack, SetStyle(TextStyle), SetAxes(LayoutAxes), |
