Wider dialog

This commit is contained in:
Bob Mottram 2016-01-26 09:10:39 +00:00
parent 0e1bc94216
commit 24ca9594a5
1 changed files with 1 additions and 1 deletions

View File

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