fix menu size

This commit is contained in:
Tobias Powalowski 2023-07-17 13:51:49 +02:00
parent 799978d75b
commit 616361cfe0

View file

@ -238,7 +238,7 @@ _mainmenu() {
fi
#shellcheck disable=SC2086
_dialog --no-cancel ${_DEFAULT} --title " MAIN MENU " \
--menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 17 58 14 \
--menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 14 58 8 \
"1" "Prepare Storage Device" \
"2" "Install Packages" \
"3" "Configure System" \