fix menu size

This commit is contained in:
Tobias Powalowski 2023-07-17 13:52:35 +02:00
parent 616361cfe0
commit c157226590

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." 14 58 8 \
--menu "Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 13 58 7 \
"1" "Prepare Storage Device" \
"2" "Install Packages" \
"3" "Configure System" \