From b5373e4e2c64ec029ffe4134da76114474f2cfb7 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 Oct 2021 17:12:53 -0400 Subject: [PATCH] width --- groundstation/sstv_decode_prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index c3536fba..f62a1c8b 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -30,7 +30,7 @@ sudo killall -9 CubicSDR &>/dev/null #echo "s" >> .mode -frequency=$(zenity --list 2>/dev/null --title="Choose the frequency for SSTV decoding:" --column="kHz" --column="Use" 145800 "ISS" 434900 "CubeSatSim" Other "Choose another frequency" SSTV "Test SSTV decoding with WAV file") +frequency=$(zenity --list 2>/dev/null --width=410 --height=220 --title="Choose the frequency for SSTV decoding:" --column="kHz" --column="Use" 145800 "ISS" 434900 "CubeSatSim" Other "Choose another frequency" SSTV "Test SSTV decoding with WAV file") echo $frequency