diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-12 09:20:08 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-12 09:20:08 +0200 |
| commit | da1f0761e8a902b68134cdd9ec5eac3c549a9fcb (patch) | |
| tree | 5392cc033988ca0ffd75e0b66c437caca3ec0635 | |
| parent | e4e0ec3662c4609a30b998b30f38ebfe23177170 (diff) | |
| download | wallp-da1f0761e8a902b68134cdd9ec5eac3c549a9fcb.tar.gz wallp-da1f0761e8a902b68134cdd9ec5eac3c549a9fcb.zip | |
now the info window is rendered with the correct sizes.
| -rwxr-xr-x | wallp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
