Skip to content

Improve appearance of ListSectionHeader and remove list item separators by default

Devin Lin requested to merge work/devinlin/listsectionheader into master

This commit improves the visual look of lists and list headers in the following ways:

  • ListSectionHeader: Switch from L3 Heading to bold L5 Heading with top margin and full-width separator
  • AbstractListItem & SwipeListItem: Set separator to not appear by default

Overall the visual style should be less heavy how.

Companion patch for QtWidgets: kitemviews!19 (merged)

Before:

image

After:

image

Edited by Nate Graham

Merge request reports