fix box size

This commit is contained in:
Tobias Powalowski 2022-11-30 06:40:31 +01:00
parent d37208d23c
commit 969fb0b793

View file

@ -42,7 +42,7 @@ do_vconsole() {
set_vconsole() {
if grep -qw 'sun32' /etc/vconsole.conf; then
DIALOG --infobox "Detected big screen size, using 32 font size now ..." 3 50
DIALOG --infobox "Detected big screen size, using 32 font size now ..." 3 60
font="latarcyrheb-sun32"
sleep 2
else