Skip to content
Snippets Groups Projects
Commit 2d6d2948 authored by Bob Mottram's avatar Bob Mottram
Browse files

Dialog width

parent f92f215b
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment