diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-11-26 22:56:53 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-11-26 22:56:53 -0600 |
| commit | d55a0018757e0482083d9c471c27eea1f9f41b9f (patch) | |
| tree | 50257e1fb4456207430507a2e8d51955a8c8db2c /components | |
| parent | 917d6d4243ce4b62d03bc3d61f0e61b268602af3 (diff) | |
| parent | 98b2727857ee5c8fc5e79ded8d7d770ccef2d195 (diff) | |
| download | monzero-gui-d55a0018757e0482083d9c471c27eea1f9f41b9f.tar.gz monzero-gui-d55a0018757e0482083d9c471c27eea1f9f41b9f.tar.xz monzero-gui-d55a0018757e0482083d9c471c27eea1f9f41b9f.zip | |
Merge pull request #3743
98b2727 StandardDropdown: remove bold text in dropdown items (rating89us)
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 |
