mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 19:47:25 -04:00
Slider: use MoneroComponents.TextPlain instead of Text on label
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user