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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 {