mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 04:20:26 +00:00
Merge pull request #3743
98b2727
StandardDropdown: remove bold text in dropdown items (rating89us)
This commit is contained in:
commit
d55a001875
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ ColumnLayout {
|
||||||
anchors.leftMargin: 12
|
anchors.leftMargin: 12
|
||||||
anchors.rightMargin: 0
|
anchors.rightMargin: 0
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.bold: true
|
font.bold: false
|
||||||
font.pixelSize: fontItemSize
|
font.pixelSize: fontItemSize
|
||||||
color: itemArea.containsMouse || index === columnid.currentIndex || itemArea.containsMouse ? "#FA6800" : "#FFFFFF"
|
color: itemArea.containsMouse || index === columnid.currentIndex || itemArea.containsMouse ? "#FA6800" : "#FFFFFF"
|
||||||
text: qsTr(column1) + translationManager.emptyString
|
text: qsTr(column1) + translationManager.emptyString
|
||||||
|
|
Loading…
Reference in a new issue