aboutsummaryrefslogtreecommitdiff
path: root/components/StandardDialog.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-12-09 17:46:03 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:02 +0100
commitbe9cb8931c9bfe9fccf9d4ec7060dc467a1a6c8e (patch)
treecb89ea035747939bc810c8157e83dbdae3d2a112 /components/StandardDialog.qml
parent0477af1b0d882acd241de67187bf28dfe4873809 (diff)
downloadmonzero-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/StandardDialog.qml')
-rw-r--r--components/StandardDialog.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml
index 9d9766d9..7c9315d5 100644
--- a/components/StandardDialog.qml
+++ b/components/StandardDialog.qml
@@ -140,10 +140,6 @@ Rectangle {
MoneroComponents.StandardButton {
id: cancelButton
- shadowReleasedColor: "#FF4304"
- shadowPressedColor: "#B32D00"
- releasedColor: "#FF6C3C"
- pressedColor: "#FF4304"
text: qsTr("Cancel") + translationManager.emptyString
onClicked: {
root.close()
@@ -153,10 +149,6 @@ Rectangle {
MoneroComponents.StandardButton {
id: okButton
- shadowReleasedColor: "#FF4304"
- shadowPressedColor: "#B32D00"
- releasedColor: "#FF6C3C"
- pressedColor: "#FF4304"
text: qsTr("OK")
KeyNavigation.tab: cancelButton
onClicked: {