Increase height of dialog

This commit is contained in:
Bob Mottram 2018-05-10 18:27:28 +01:00
parent 62022fb410
commit fef7299fae
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ babel_peers=$(avahi-browse -at | grep routing | grep -c babel)
clear
data=$(zenity --list 1 $"BMX6 ($bmx6_peers)" 2 $"BMX7 Experimental ($bmx7_peers)" 3 $"OLSR2 ($olsr2_peers)" 4 $"Babel ($babel_peers)" $"Select Mesh Protocol" --column="id" --title $"Mesh Protocol" --column=$"Choose the mesh protocol:" --hide-column=1 --print-column=1 --height=150)
data=$(zenity --list 1 $"BMX6 ($bmx6_peers)" 2 $"BMX7 Experimental ($bmx7_peers)" 3 $"OLSR2 ($olsr2_peers)" 4 $"Babel ($babel_peers)" $"Select Mesh Protocol" --column="id" --title $"Mesh Protocol" --column=$"Choose the mesh protocol:" --hide-column=1 --print-column=1 --height=220)
sel=$?
case $sel in