aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/Slider.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/Slider.qml b/components/Slider.qml
index 451aa7a9..df3b3cb3 100644
--- a/components/Slider.qml
+++ b/components/Slider.qml
@@ -16,11 +16,11 @@ ColumnLayout {
spacing: 0
- Text {
+ MoneroComponents.TextPlain {
id: label
color: MoneroComponents.Style.defaultFontColor
font.pixelSize: 14
- Layout.fillWidth: true
+ font.family: MoneroComponents.Style.fontRegular.name
}
QtQuickControls.Slider {