diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-12-04 19:34:29 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-12-04 19:35:28 +0100 |
| commit | 9fb31defd037a90bf8f9e38fa33acae23a70b269 (patch) | |
| tree | e0fd887792a59cbb3262a5d3157d0c786df56d60 /src/layout/stack.rs | |
| parent | ace57c34206a13b4bc3885b944cc51e274f30b0f (diff) | |
Expand functionality of function! macro 🛰
Diffstat (limited to 'src/layout/stack.rs')
| -rw-r--r-- | src/layout/stack.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/stack.rs b/src/layout/stack.rs index 793c2044..64823b67 100644 --- a/src/layout/stack.rs +++ b/src/layout/stack.rs @@ -108,7 +108,7 @@ impl StackLayouter { // Find the first (sub-)space that fits the layout. while !self.sub.usable.fits(new_size) { if self.space_is_last() && self.space_is_empty() { - lerr!("box does not fit into stack"); + lr!("box does not fit into stack"); } self.finish_space(true); |
