aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-06-07 15:30:18 +0200
committerGitHub <noreply@github.com>2021-06-07 15:30:18 +0200
commit2f1092de55a3b53a7c24bca3298cc6db34ddda36 (patch)
tree4ef73890e9773b706176d5a5bd0fe5b8dd2dfe12
parent2946127ed791ef8dd6dc430b681a14cd5bd2d71e (diff)
downloadmonzero-gui-2f1092de55a3b53a7c24bca3298cc6db34ddda36.tar.gz
monzero-gui-2f1092de55a3b53a7c24bca3298cc6db34ddda36.tar.xz
monzero-gui-2f1092de55a3b53a7c24bca3298cc6db34ddda36.zip
Slider: use MoneroComponents.TextPlain instead of Text on label
-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 {