mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Slider: use MoneroComponents.TextPlain instead of Text on label
This commit is contained in:
parent
2946127ed7
commit
2f1092de55
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue