From 13e5e211f3ffd1e4dfc47fe350d7dfd2e6f040ca Mon Sep 17 00:00:00 2001 From: Jon Kinney Date: Wed, 29 Apr 2026 18:59:10 -0500 Subject: [PATCH] ui: use default-width/height so the window can shrink under tiling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Compositors that tile the window (Hyprland and similar) honor min-size hints by clipping the window's bottom rather than shrinking it, leaving the lower portion of the layout — including the bottom of "Incoming Connections" — rendered off-screen. Using default-width/default-height suggests an initial size while letting the compositor resize freely, so scrolling reaches all content. Also drops propagate-natural-height on the scrolled window and adds margin-bottom to the inner content for breathing room. Co-Authored-By: Claude Opus 4.7 (1M context) --- lan-mouse-gtk/resources/window.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lan-mouse-gtk/resources/window.ui b/lan-mouse-gtk/resources/window.ui index ecaea35..e53affb 100644 --- a/lan-mouse-gtk/resources/window.ui +++ b/lan-mouse-gtk/resources/window.ui @@ -9,8 +9,8 @@