瀏覽代碼

Increase height of dialog

Bob Mottram 6 年之前
父節點
當前提交
fef7299fae
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-mesh-routing

+ 1
- 1
src/freedombone-mesh-routing 查看文件

@@ -65,7 +65,7 @@ babel_peers=$(avahi-browse -at | grep routing | grep -c babel)
65 65
 
66 66
 clear
67 67
 
68
-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)
68
+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)
69 69
 
70 70
 sel=$?
71 71
 case $sel in