diff options
Diffstat (limited to 'src/layout/workspace.rs')
| -rw-r--r-- | src/layout/workspace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/workspace.rs b/src/layout/workspace.rs index 0e67f3b3..c77fb44f 100644 --- a/src/layout/workspace.rs +++ b/src/layout/workspace.rs @@ -740,7 +740,7 @@ impl<W: LayoutElement> Workspace<W> { let mut size = if is_floating { self.floating.new_window_size(width, height, rules) } else { - self.scrolling.new_window_size(width, rules) + self.scrolling.new_window_size(width, height, rules) }; // If the window has a fixed size, or we're picking some fixed size, apply min and max |
