Decided against using the SwiftUI Form layout for Trip Planner options and created a more traditional macOS layout. This is the before/after. I don't care for modern layouts becoming more List-y. It's lazy design.

#SwiftUI #UIDesign #UX #macOS

@marioguzman Did you try using Form with .formStyle(.columns)? I’d be curious if you could get the second layout with that instead of Grid.
@adam I did not because Grid is far mor customizable. FormStyle.columns is a tad bit too automatic. Good for very simple things but not for what I wanted.
@marioguzman Makes sense! It’s nice to finally have the column style, though it’s strange it arrived the same year as the System “Settings” redesign.