aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-12 09:20:08 +0200
committerDanilo M. <danix@danix.xyz>2026-06-12 09:20:08 +0200
commitda1f0761e8a902b68134cdd9ec5eac3c549a9fcb (patch)
tree5392cc033988ca0ffd75e0b66c437caca3ec0635
parente4e0ec3662c4609a30b998b30f38ebfe23177170 (diff)
downloadwallp-da1f0761e8a902b68134cdd9ec5eac3c549a9fcb.tar.gz
wallp-da1f0761e8a902b68134cdd9ec5eac3c549a9fcb.zip
Fix: added window height to the info window in show_help() function.HEADmaster
now the info window is rendered with the correct sizes.
-rwxr-xr-xwallp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallp b/wallp
index f9959ad..9480b12 100755
--- a/wallp
+++ b/wallp
@@ -276,7 +276,7 @@ Config: ~/.config/wallp/wallp.conf"
<b>Config:</b> <tt>~/.config/wallp/wallp.conf</tt>"
# --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