Browse Source

Wider dialog

Bob Mottram 9 years ago
parent
commit
24ca9594a5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

@@ -86,7 +86,7 @@ function set_main_repo {
86 86
     data=$(tempfile 2>/dev/null)
87 87
     dialog --backtitle $"Freedombone Control Panel" \
88 88
            --title $"Main Repository" \
89
-           --inputbox $"Set the main repository:" 8 40 "$PROJECT_REPO" 2>data
89
+           --inputbox $"Set the main repository:" 8 70 "$PROJECT_REPO" 2>data
90 90
     sel=$?
91 91
     case $sel in
92 92
         1) return;;