Dialog width

This commit is contained in:
Bob Mottram 2018-03-18 14:28:23 +00:00
parent f92f215b26
commit 2d6d29487c
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ function show_domains {
fi
# shellcheck disable=SC2068
dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"You can use shift+cursors to select text" 28 78 28 "${W[@]}" 3>&2 2>&1 1>&3
dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"You can use shift+cursors to select text" 28 100 28 "${W[@]}" 3>&2 2>&1 1>&3
}
function show_domains_old {