mirror of https://github.com/KDE/kasts.git
Change font size on miniplayer
This commit is contained in:
parent
5ed70c41ff
commit
ec6e47aea7
|
@ -75,7 +75,7 @@ Item {
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
maximumLineCount: 1
|
maximumLineCount: 1
|
||||||
font.weight: Font.Bold
|
//font.weight: Font.Bold
|
||||||
font.pointSize: Kirigami.Theme.defaultFont.pointSize * 1
|
font.pointSize: Kirigami.Theme.defaultFont.pointSize * 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,6 +88,7 @@ Item {
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
maximumLineCount: 1
|
maximumLineCount: 1
|
||||||
|
opacity: 0.6
|
||||||
font.pointSize: Kirigami.Theme.defaultFont.pointSize * 1
|
font.pointSize: Kirigami.Theme.defaultFont.pointSize * 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue