diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-06-07 15:30:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 15:30:18 +0200 |
| commit | 2f1092de55a3b53a7c24bca3298cc6db34ddda36 (patch) | |
| tree | 4ef73890e9773b706176d5a5bd0fe5b8dd2dfe12 /components/Slider.qml | |
| parent | 2946127ed791ef8dd6dc430b681a14cd5bd2d71e (diff) | |
| download | monzero-gui-2f1092de55a3b53a7c24bca3298cc6db34ddda36.tar.gz monzero-gui-2f1092de55a3b53a7c24bca3298cc6db34ddda36.tar.xz monzero-gui-2f1092de55a3b53a7c24bca3298cc6db34ddda36.zip | |
Slider: use MoneroComponents.TextPlain instead of Text on label
Diffstat (limited to 'components/Slider.qml')
| -rw-r--r-- | components/Slider.qml | 4 |
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 { |
