Merge pull request #449 from monich/header-font-size

Use larger font for settings section headers
This commit is contained in:
Sebastian Wolf 2021-12-05 22:06:59 +01:00 committed by GitHub
commit 9da9d22a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,6 @@ Item {
}
horizontalAlignment: Text.AlignRight
truncationMode: TruncationMode.Fade
font.pixelSize: Theme.fontSizeSmall
color: button.highlighted ? Theme.highlightColor : Theme.primaryColor
textFormat: Text.PlainText
}