aboutsummaryrefslogtreecommitdiff
path: root/components/InputDialog.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-19 02:42:46 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:03 +0100
commit57a9508849f36c7cda513df98e478babbc3e6cb3 (patch)
tree53ff925c28f13593fb065bad24c5801e454a1bb6 /components/InputDialog.qml
parent49770494251a318da37849f1c628f25edaf94483 (diff)
downloadmonzero-gui-57a9508849f36c7cda513df98e478babbc3e6cb3.tar.gz
monzero-gui-57a9508849f36c7cda513df98e478babbc3e6cb3.tar.xz
monzero-gui-57a9508849f36c7cda513df98e478babbc3e6cb3.zip
Receive page; modified subaddress table
Diffstat (limited to 'components/InputDialog.qml')
-rw-r--r--components/InputDialog.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/InputDialog.qml b/components/InputDialog.qml
index 8ab5b5d8..2990c5c9 100644
--- a/components/InputDialog.qml
+++ b/components/InputDialog.qml
@@ -150,10 +150,6 @@ Item {
id: cancelButton
width: 120
fontSize: 14
- shadowReleasedColor: "#FF4304"
- shadowPressedColor: "#B32D00"
- releasedColor: "#FF6C3C"
- pressedColor: "#FF4304"
text: qsTr("Cancel") + translationManager.emptyString
KeyNavigation.tab: input
onClicked: {
@@ -165,10 +161,6 @@ Item {
id: okButton
width: 120
fontSize: 14
- shadowReleasedColor: "#FF4304"
- shadowPressedColor: "#B32D00"
- releasedColor: "#FF6C3C"
- pressedColor: "#FF4304"
text: qsTr("Ok")
KeyNavigation.tab: cancelButton
onClicked: {