Skip to content

Draft: Fix alignment issues in timeline

Carl Schwan requested to merge work/carl/fix-alignment-timeline into master
  • 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

image

image

Todo:

  • Do the same for the other transport type delegates
  • And a few other discussion points
Edited by Carl Schwan

Merge request reports