Page MenuHomeFreeBSD

bsdinstall: restore time selection screen
ClosedPublic

Authored by yuripv on Apr 11 2021, 10:36 PM.
Tags
None
Referenced Files
F112678307: D29720.diff
Fri, Mar 21, 8:23 AM
Unknown Object (File)
Sat, Mar 15, 8:51 PM
Unknown Object (File)
Sat, Mar 15, 2:43 PM
Unknown Object (File)
Fri, Mar 14, 9:25 AM
Unknown Object (File)
Wed, Mar 5, 12:33 PM
Unknown Object (File)
Tue, Feb 25, 12:43 AM
Unknown Object (File)
Feb 18 2025, 7:55 AM
Unknown Object (File)
Feb 13 2025, 7:39 PM
Subscribers
None

Details

Summary

Apparently new dialog does not like the height of 2 for the timebox widget, use 0 (minimum size) instead.

Do the same for calendar widget.

Test Plan

dialog --backtitle 'FreeBSD Installer' --title 'Time & Date' --ok-label 'Set Time' --cancel-label 'Skip' --defaultno --time-format '%H%M.%S' --timebox '' 2 40 -- does not work
dialog --backtitle 'FreeBSD Installer' --title 'Time & Date' --ok-label 'Set Time' --cancel-label 'Skip' --defaultno --time-format '%H%M.%S' --timebox '' 0 40 -- works

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

yuripv created this revision.
This revision is now accepted and ready to land.Apr 19 2021, 8:24 AM