aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/sound/Osd.qml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/modules/sound/Osd.qml')
-rw-r--r--desktop/modules/sound/Osd.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/modules/sound/Osd.qml b/desktop/modules/sound/Osd.qml
index 677d211..424b9c3 100644
--- a/desktop/modules/sound/Osd.qml
+++ b/desktop/modules/sound/Osd.qml
@@ -112,7 +112,7 @@ Scope {
anchors.verticalCenter: parent.verticalCenter
width: 30
horizontalAlignment: Text.AlignHCenter
- font.family: Theme.fontFamily
+ font.family: Theme.iconFamily
font.pixelSize: 24
color: win.muted ? Theme.red : Theme.accent
text: {
@@ -200,7 +200,7 @@ Scope {
anchors.centerIn: parent
visible: Player.artUrl === "" || parent.children[0].status !== Image.Ready
text: ""
- font { family: Theme.fontFamily; pixelSize: 20 }
+ font { family: Theme.iconFamily; pixelSize: 20 }
color: Theme.overlay
}
}