From 616361cfe01d986a478500bccb46af0a7fdfa8e5 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 17 Jul 2023 13:51:49 +0200 Subject: [PATCH] fix menu size --- usr/lib/archboot/installer/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index b1de41588..168c074ff 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -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" \