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)
Oct 21 2024, 3:40 PM
Unknown Object (File)
Oct 19 2024, 3:12 AM
Unknown Object (File)
Oct 3 2024, 3:26 PM
Unknown Object (File)
Sep 30 2024, 1:37 AM
Unknown Object (File)
Sep 30 2024, 12:58 AM
Unknown Object (File)
Sep 25 2024, 3:59 AM
Unknown Object (File)
Sep 23 2024, 3:41 AM
Unknown Object (File)
Sep 21 2024, 3:40 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