mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-07 18:56:24 +01:00
Merge pull request #3541
2f1092d
Slider: use MoneroComponents.TextPlain instead of Text on label (rating89us)
This commit is contained in:
commit
b542f15531
@ -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 New Issue
Block a user