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
+2
View File
@@ -172,6 +172,7 @@ impl Layout {
window.clone(),
AddWindowTarget::Auto,
width,
None,
false,
false,
ActivateWindow::default(),
@@ -199,6 +200,7 @@ impl Layout {
window.clone(),
AddWindowTarget::NextTo(right_of.id()),
width,
None,
false,
false,
ActivateWindow::default(),