Make header on info page of PlayerControl slightly smaller

This commit is contained in:
Bart De Vries 2021-04-16 20:40:17 +02:00
parent 5f4a24a11d
commit ecceb5c0fe
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Kirigami.Page {
width: parent.width
Kirigami.Heading {
text: audio.entry ? audio.entry.title : "No track title"
level: 2
level: 3
wrapMode: Text.WordWrap
Layout.fillWidth: true
Layout.bottomMargin: Kirigami.Units.largeSpacing