From da1f0761e8a902b68134cdd9ec5eac3c549a9fcb Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 12 Jun 2026 09:20:08 +0200 Subject: Fix: added window height to the info window in show_help() function. now the info window is rendered with the correct sizes. --- wallp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallp b/wallp index f9959ad..9480b12 100755 --- a/wallp +++ b/wallp @@ -276,7 +276,7 @@ Config: ~/.config/wallp/wallp.conf" Config: ~/.config/wallp/wallp.conf" # --width prevents qarma from wrapping the description column onto new lines. # (GTK enforces a minimum dialog width, so the window may look wider.) - qarma --info --width=600 --title="wallp help" --text="$markup" 2>/dev/null + qarma --info --width=800 --height=400 --title="wallp help" --text="$markup" 2>/dev/null else printf '%s\n' "$text" fi -- cgit v1.2.3