diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-06-22 12:37:48 +0200 |
|---|---|---|
| committer | rating89us <rating89us@rating89us.com> | 2021-06-22 20:38:21 +0200 |
| commit | 51ac3ca98190a780d1af010d4461e77e6bd3190c (patch) | |
| tree | 2bbc12494e7f9c6d4d7960d3b7c699484f6e1811 /pages | |
| parent | 453388f7444c08fed77f9d4e256666abc77c64dd (diff) | |
| download | monzero-gui-51ac3ca98190a780d1af010d4461e77e6bd3190c.tar.gz monzero-gui-51ac3ca98190a780d1af010d4461e77e6bd3190c.tar.xz monzero-gui-51ac3ca98190a780d1af010d4461e77e6bd3190c.zip | |
StandardDropdown: use ArrowCursor; remove rotation of dropdownIcon; change background color on mouse hover; smaller text
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/Transfer.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 05231139..156d4e1e 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -700,6 +700,7 @@ Rectangle { currentIndex: 0 dataModel: priorityModelV5 labelText: qsTr("Transaction priority") + translationManager.emptyString + labelFontSize: 16 } MoneroComponents.TextPlain { |
