[calendar] Reduce month label's size

Level 1 is too large for this, as it's typically used for the entire
window or popup's title. The smaller level 2 is therefore more
appropriate so that when the parent window supplies its own level 1
heading, the calendar month label don't inappropriately be the same size.

Needed for https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/98
This commit is contained in:
Nate Graham 2020-06-18 15:30:28 -06:00
parent af8ed75b29
commit e6b8499304

View File

@ -100,7 +100,7 @@ Item {
Layout.fillWidth: true
level: 1
level: 2
elide: Text.ElideRight
font.capitalization: Font.Capitalize
//SEE QTBUG-58307