diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-09 17:46:03 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:02 +0100 |
| commit | be9cb8931c9bfe9fccf9d4ec7060dc467a1a6c8e (patch) | |
| tree | cb89ea035747939bc810c8157e83dbdae3d2a112 /components/PasswordDialog.qml | |
| parent | 0477af1b0d882acd241de67187bf28dfe4873809 (diff) | |
| download | monzero-gui-be9cb8931c9bfe9fccf9d4ec7060dc467a1a6c8e.tar.gz monzero-gui-be9cb8931c9bfe9fccf9d4ec7060dc467a1a6c8e.tar.xz monzero-gui-be9cb8931c9bfe9fccf9d4ec7060dc467a1a6c8e.zip | |
StandardButton - removed unused properties and some layout changes to settings page
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index d2315011..e8563a73 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -149,10 +149,6 @@ Item { MoneroComponents.StandardButton { id: cancelButton - shadowReleasedColor: "#FF4304" - shadowPressedColor: "#B32D00" - releasedColor: "#FF6C3C" - pressedColor: "#FF4304" text: qsTr("Cancel") + translationManager.emptyString KeyNavigation.tab: passwordInput onClicked: { @@ -162,10 +158,6 @@ Item { } MoneroComponents.StandardButton { id: okButton - shadowReleasedColor: "#FF4304" - shadowPressedColor: "#B32D00" - releasedColor: "#FF6C3C" - pressedColor: "#FF4304" text: qsTr("Continue") KeyNavigation.tab: cancelButton onClicked: { |
