diff options
Diffstat (limited to 'desktop/modules/sound/TransportButton.qml')
| -rw-r--r-- | desktop/modules/sound/TransportButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/modules/sound/TransportButton.qml b/desktop/modules/sound/TransportButton.qml index 2c1f498..b6dd53f 100644 --- a/desktop/modules/sound/TransportButton.qml +++ b/desktop/modules/sound/TransportButton.qml @@ -25,7 +25,7 @@ Rectangle { Text { anchors.centerIn: parent text: btn.glyph - font { family: Theme.fontFamily; pixelSize: 14 } + font { family: Theme.iconFamily; pixelSize: 14 } color: Theme.text } |
