Use small font for ExpandableListItem subtitle

Summary:
We're moving towards using the small font for subtitles in Kirigami BasicListItem (D29432)
so we should probably do the same here since it has the same title + subtitle layout.

Test Plan:
Before: {F8284752}

After: {F8284751}

Reviewers: #plasma, #vdg, broulik, ndavis

Reviewed By: #vdg, ndavis

Subscribers: cblack, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D29434
This commit is contained in:
Nate Graham 2020-05-04 15:59:11 -06:00
parent 68d5995c63
commit 416f82f8f7

View File

@ -431,6 +431,7 @@ Item {
enabled: false
visible: text.length > 0
font: theme.smallestFont
Layout.fillWidth: true