Change font size on miniplayer

This commit is contained in:
Bart De Vries 2021-04-09 09:43:42 +02:00
parent 5ed70c41ff
commit ec6e47aea7
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Item {
horizontalAlignment: Text.AlignLeft
elide: Text.ElideRight
maximumLineCount: 1
font.weight: Font.Bold
//font.weight: Font.Bold
font.pointSize: Kirigami.Theme.defaultFont.pointSize * 1
}
@ -88,6 +88,7 @@ Item {
horizontalAlignment: Text.AlignLeft
elide: Text.ElideRight
maximumLineCount: 1
opacity: 0.6
font.pointSize: Kirigami.Theme.defaultFont.pointSize * 1
}
}