change box sizes

This commit is contained in:
Tobias Powalowski 2023-03-09 13:06:26 +01:00
parent c4dea1afe0
commit deada36c6b

View file

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