[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:
parent
af8ed75b29
commit
e6b8499304
@ -100,7 +100,7 @@ Item {
|
||||
|
||||
Layout.fillWidth: true
|
||||
|
||||
level: 1
|
||||
level: 2
|
||||
elide: Text.ElideRight
|
||||
font.capitalization: Font.Capitalize
|
||||
//SEE QTBUG-58307
|
||||
|
Loading…
x
Reference in New Issue
Block a user