Page MenuHomeFreeBSD

bsdinstall: restore time selection screen
ClosedPublic

Authored by yuripv on Apr 11 2021, 10:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 12 2024, 12:32 AM
Unknown Object (File)
Feb 10 2024, 12:20 AM
Unknown Object (File)
Feb 5 2024, 6:33 AM
Unknown Object (File)
Feb 5 2024, 4:49 AM
Unknown Object (File)
Jan 14 2024, 3:52 AM
Unknown Object (File)
Jan 1 2024, 10:15 AM
Unknown Object (File)
Dec 24 2023, 8:41 PM
Unknown Object (File)
Dec 23 2023, 10:34 AM
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