From 2f1092de55a3b53a7c24bca3298cc6db34ddda36 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Mon, 7 Jun 2021 15:30:18 +0200 Subject: [PATCH] Slider: use MoneroComponents.TextPlain instead of Text on label --- components/Slider.qml | 4 ++-- 1 file 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 {