From db41a691e67358db65be85363ab60b0dc46c4bd4 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sun, 22 Mar 2026 02:06:57 +0000 Subject: [PATCH] window: prevent sidebar from covering the content area Add shrink-end-child: false to the Paned so the content panel cannot be squeezed below its minimum size, and set width-request: 360 on the content ToolbarView so there is always a visible reading area. --- data/ui/window.blp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/ui/window.blp b/data/ui/window.blp index 6c0192d..348064b 100644 --- a/data/ui/window.blp +++ b/data/ui/window.blp @@ -11,6 +11,7 @@ template $FeedTheMonkeyWindow : Adw.ApplicationWindow { focusable: false; shrink-start-child: false; resize-start-child: false; + shrink-end-child: false; start-child: Adw.ToolbarView sidebar_toolbar { top-bar-style: raised; @@ -107,6 +108,7 @@ template $FeedTheMonkeyWindow : Adw.ApplicationWindow { end-child: Adw.ToolbarView { top-bar-style: raised; + width-request: 360; [top] Adw.HeaderBar {