correct msgbox size

This commit is contained in:
Tobias Powalowski 2022-04-04 11:28:03 +02:00
parent cd4f937e97
commit e69e63b083

View file

@ -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