From deada36c6b60b2168a3be6e16c1db1ac2456cb9e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 9 Mar 2023 13:06:26 +0100 Subject: [PATCH] change box sizes --- usr/bin/archboot-tz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-tz.sh b/usr/bin/archboot-tz.sh index 20fed155c..b2d45b83b 100755 --- a/usr/bin/archboot-tz.sh +++ b/usr/bin/archboot-tz.sh @@ -95,7 +95,7 @@ _dotimeset() { if _dialog --cr-wrap --defaultno --yesno "Your current time and date is:\n$(${_DATE_PROGRAM})\n\nDo you want to change it?" 0 0; then _SET_TIME="" else - _dialog --infobox "Time and Date setting completed successfully. Continuing in 5 seconds..." 3 75 + _dialog --infobox "Time and Date setting completed successfully.\nContinuing in 5 seconds..." 4 60 sleep 5 return 0 fi