Slider: use MoneroComponents.TextPlain instead of Text on label

This commit is contained in:
rating89us
2021-06-07 15:30:18 +02:00
committed by GitHub
parent 2946127ed7
commit 2f1092de55

View File

@@ -16,11 +16,11 @@ ColumnLayout {
spacing: 0 spacing: 0
Text { MoneroComponents.TextPlain {
id: label id: label
color: MoneroComponents.Style.defaultFontColor color: MoneroComponents.Style.defaultFontColor
font.pixelSize: 14 font.pixelSize: 14
Layout.fillWidth: true font.family: MoneroComponents.Style.fontRegular.name
} }
QtQuickControls.Slider { QtQuickControls.Slider {