diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-08-26 21:29:18 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-08-26 21:29:18 -0400 |
| commit | 046124cd9b80bff2ec35054e3fe3dabac6e5c1da (patch) | |
| tree | 0cae2b6c76ebfd6c4e145d55b68f26106c1a7378 /components | |
| parent | 0ca7e4ec7632aaec9dc815dbda94c45317393097 (diff) | |
| parent | 09003dd140491ea2dc9b1a8dc6f117b1f27692af (diff) | |
| download | monzero-gui-046124cd9b80bff2ec35054e3fe3dabac6e5c1da.tar.gz monzero-gui-046124cd9b80bff2ec35054e3fe3dabac6e5c1da.tar.xz monzero-gui-046124cd9b80bff2ec35054e3fe3dabac6e5c1da.zip | |
Merge pull request #3672
09003dd StandardDialog: use secondary color for cancel button (rating89us)
Diffstat (limited to 'components')
| -rw-r--r-- | components/StandardDialog.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index df1aa2f4..e2d58bca 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -171,6 +171,7 @@ Rectangle { MoneroComponents.StandardButton { id: cancelButton + primary: false text: qsTr("Cancel") + translationManager.emptyString onClicked: { root.close() |
