From 4f85a54d32c723eb2b808c78d3317dc98c76e4a9 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 7 Mar 2023 17:57:47 +0100 Subject: [PATCH] fix 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 76bdd942a..1fef1c472 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -279,7 +279,7 @@ _mainmenu() { fi #shellcheck disable=SC2086 dialog ${_DEFAULT} --backtitle "${_TITLE}" \ - --menu "MAIN MENU: Use the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 17 58 14 \ + --menu "MAIN MENU:\nUse the UP and DOWN arrows to navigate menus.\nUse TAB to switch between buttons and ENTER to select." 19 58 16 \ "0" "Set Console Font And Keymap" \ "1" "Set up Network" \ "2" "Select Source" \