Merge pull request #3541

2f1092d Slider: use MoneroComponents.TextPlain instead of Text on label (rating89us)
This commit is contained in:
luigi1111 2021-06-10 11:05:38 -05:00
commit b542f15531
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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 {