From 60fc9d7cfd43b1de3574eff0741493688ca54c42 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sun, 22 Mar 2026 04:21:28 +0000 Subject: [PATCH] window: prevent paned from covering the content area Add shrink-end-child: false and width-request: 320 on the content ToolbarView so the divider cannot be dragged all the way to the right and hide the article view. --- data/ui/window.blp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/ui/window.blp b/data/ui/window.blp index 28f0377..b56a277 100644 --- a/data/ui/window.blp +++ b/data/ui/window.blp @@ -10,6 +10,7 @@ template $FeedTheMonkeyWindow : Adw.ApplicationWindow { Paned paned { focusable: false; resize-start-child: false; + shrink-end-child: false; start-child: Adw.ToolbarView sidebar_toolbar { top-bar-style: raised; @@ -106,6 +107,7 @@ template $FeedTheMonkeyWindow : Adw.ApplicationWindow { end-child: Adw.ToolbarView { top-bar-style: raised; + width-request: 320; [top] Adw.HeaderBar {