From e69e63b0837b30edb2edb5c7aa840a9e715d2172 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 4 Apr 2022 11:28:03 +0200 Subject: [PATCH] correct msgbox size --- usr/lib/archboot/installer/pacman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index 3446bafc9..19d56e4b4 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -125,7 +125,7 @@ run_pacman(){ DIALOG --title "${_result}" --exit-label "Continue" \ --textbox "/tmp/pacman.log" 18 70 || return 1 else - DIALOG --msgbox "Package installation complete." 3 40 + DIALOG --msgbox "Package installation complete." 10 40 fi rm /tmp/.pacman-retcode # ensure the disk is synced