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:
parent
68d5995c63
commit
416f82f8f7
@ -431,6 +431,7 @@ Item {
|
|||||||
|
|
||||||
enabled: false
|
enabled: false
|
||||||
visible: text.length > 0
|
visible: text.length > 0
|
||||||
|
font: theme.smallestFont
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user