Merge pull request #3743

98b2727 StandardDropdown: remove bold text in dropdown items (rating89us)
This commit is contained in:
luigi1111 2021-11-26 22:56:53 -06:00
commit d55a001875
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -191,7 +191,7 @@ ColumnLayout {
anchors.leftMargin: 12
anchors.rightMargin: 0
font.family: MoneroComponents.Style.fontRegular.name
font.bold: true
font.bold: false
font.pixelSize: fontItemSize
color: itemArea.containsMouse || index === columnid.currentIndex || itemArea.containsMouse ? "#FA6800" : "#FFFFFF"
text: qsTr(column1) + translationManager.emptyString