Implement default-window-height for scrolling windows

This commit is contained in:
Ivan Molodetskikh
2024-12-30 08:48:05 +03:00
parent 9089c3fb02
commit 8409107a5b
488 changed files with 943 additions and 876 deletions
+1 -1
View File
@@ -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