Fix alignment issues in timeline
- Ensure zero spacing between FormCards (same as FormCardPage does)
- Ensure JourneySectionStopDelegateLineSegment and TimelineDelegate header icon width is Kirigami.Units.iconSizes.smallMedium (same as FormCard with libraries/kirigami-addons!276 (merged))
- Use Kirigami.Units.largeSpacing + Kirigami.Units.smallSpacing as horizontal spacing between the icon and the rest of the card content.
- Replace default spacing of a bunch of Column/RowLayout with Kirigami.Units.smallSpacing (4px) instead of the default (5px)
- Simplify TimelineSectionDelegate and base it on FormCard.FormHeader
Screenshots
Todo:
- Do the same for the other transport type delegates
- And a few other discussion points
Edited by Carl Schwan