瀏覽代碼

Dialog height

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

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

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