Page MenuHomeFreeBSD

bsdinstall time: Revert dialogs titles
ClosedPublic

Authored by asiciliano on Mar 23 2022, 7:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 17 2024, 9:45 AM
Unknown Object (File)
Mar 7 2024, 6:02 PM
Unknown Object (File)
Jan 16 2024, 10:46 PM
Unknown Object (File)
Dec 20 2023, 8:10 AM
Unknown Object (File)
Dec 12 2023, 2:30 AM
Unknown Object (File)
Nov 22 2023, 5:53 PM
Unknown Object (File)
Nov 20 2023, 2:02 PM
Unknown Object (File)
Nov 18 2023, 1:27 AM
Subscribers

Details

Summary

@jrtc27 , this review should fix:

Revert dialogs titles like before https://cgit.freebsd.org/src/commit/usr.sbin/bsdinstall/scripts/time?id=0e5c72c3cc5471dfa8cb42b018d623b1ef15dbe8: precisely delete spaces around titles to uniform to other installer components.

Test Plan

bsddialog --title 'Time & Date' --datebox '' 0 0

┌─────┤Time & Date├─────┐
│┌────┐ ┌─────────┐ ┌──┐│  
││2022│/│    March│/│23││  
│└────┘ └─────────┘ └──┘│  
├───────────────────────┤  
│  [  OK  ]   [Cancel]  │  
└───────────────────────┘

bsddialog --title 'Time & Date' --timebox '' 0 0

┌───┤Time & Date├───┐
│  ┌──┐ ┌──┐ ┌──┐   │  
│  │20│:│23│:│28│   │  
│  └──┘ └──┘ └──┘   │  
├───────────────────┤  
│[  OK  ]   [Cancel]│  
└───────────────────┘

Diff Detail

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

Event Timeline

asiciliano edited the test plan for this revision. (Show Details)
asiciliano added reviewers: bapt, emaste, jrtc27.
asiciliano added a subscriber: jrtc27.
This revision is now accepted and ready to land.Mar 23 2022, 8:40 PM
This revision was automatically updated to reflect the committed changes.