diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-08-20 14:34:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-20 14:34:38 +0200 |
| commit | 09003dd140491ea2dc9b1a8dc6f117b1f27692af (patch) | |
| tree | f1339a9120e937d5d53975f3a741666ebbfea499 /components | |
| parent | 51828babbb63819ec6fb3ce03b2b0cd2a7c5c462 (diff) | |
| download | monzero-gui-09003dd140491ea2dc9b1a8dc6f117b1f27692af.tar.gz monzero-gui-09003dd140491ea2dc9b1a8dc6f117b1f27692af.tar.xz monzero-gui-09003dd140491ea2dc9b1a8dc6f117b1f27692af.zip | |
StandardDialog: use secondary color for cancel button
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() |
