浏览代码

Increase height of dialog

Bob Mottram 7 年前
父节点
当前提交
fef7299fae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-mesh-routing

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

65
 
65
 
66
 clear
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
 sel=$?
70
 sel=$?
71
 case $sel in
71
 case $sel in