From b4399d3ae63b2ea0040a586b6fc26486bb277342 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 14 Jul 2023 11:34:34 +0200 Subject: [PATCH] menu resize --- usr/bin/archboot-vconsole.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-vconsole.sh b/usr/bin/archboot-vconsole.sh index 852d515f0..f8da496ad 100755 --- a/usr/bin/archboot-vconsole.sh +++ b/usr/bin/archboot-vconsole.sh @@ -32,7 +32,7 @@ _do_vconsole() { echo FONT="${_FONT}" >> /etc/vconsole.conf systemctl restart systemd-vconsole-setup sleep 2 - _dialog --infobox "Vconsole configuration completed successfully." 3 40 + _dialog --infobox "Vconsole configuration completed successfully." 3 50 sleep 3 return 0 }