diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-11-21 19:09:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-21 19:09:10 +0100 |
| commit | 98b2727857ee5c8fc5e79ded8d7d770ccef2d195 (patch) | |
| tree | e9531815d4a04f8b7639e96227cc537b5b1f7de1 /components | |
| parent | ecf5c501d61bf5f85fb69fd9136cd0235f97f7b8 (diff) | |
| download | monzero-gui-98b2727857ee5c8fc5e79ded8d7d770ccef2d195.tar.gz monzero-gui-98b2727857ee5c8fc5e79ded8d7d770ccef2d195.tar.xz monzero-gui-98b2727857ee5c8fc5e79ded8d7d770ccef2d195.zip | |
StandardDropdown: remove bold text in dropdown items
Diffstat (limited to 'components')
| -rw-r--r-- | components/StandardDropdown.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/StandardDropdown.qml b/components/StandardDropdown.qml index 6108f145..f4b7a83e 100644 --- a/components/StandardDropdown.qml +++ b/components/StandardDropdown.qml @@ -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 |
