浏览代码

Dialog height

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

+ 1
- 1
src/freedombone-app-koel 查看文件

260
         trap "rm -f $data" 0 1 2 5 15
260
         trap "rm -f $data" 0 1 2 5 15
261
         dialog --backtitle $"Freedombone Control Panel" \
261
         dialog --backtitle $"Freedombone Control Panel" \
262
                --title $"Koel" \
262
                --title $"Koel" \
263
-               --radiolist $"Choose an operation:" 15 70 5 \
263
+               --radiolist $"Choose an operation:" 12 70 5 \
264
                1 $"Import music from directory" off \
264
                1 $"Import music from directory" off \
265
                2 $"Import music from USB drive" off \
265
                2 $"Import music from USB drive" off \
266
                3 $"Export music to USB drive" off \
266
                3 $"Export music to USB drive" off \