aboutsummaryrefslogtreecommitdiff
path: root/components/DaemonConsole.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/DaemonConsole.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/DaemonConsole.qml')
-rw-r--r--components/DaemonConsole.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/DaemonConsole.qml b/components/DaemonConsole.qml
index 8bcd8a23..2643a339 100644
--- a/components/DaemonConsole.qml
+++ b/components/DaemonConsole.qml
@@ -110,10 +110,6 @@ Window {
id: okButton
width: 120
fontSize: 14
- shadowReleasedColor: "#FF4304"
- shadowPressedColor: "#B32D00"
- releasedColor: "#FF6C3C"
- pressedColor: "#FF4304"
text: qsTr("Close") + translationManager.emptyString
onClicked: {
root.close()
@@ -138,10 +134,6 @@ Window {
// id: sendCommandButton
// enabled: sendCommandText.text.length > 0
// fontSize: 14
-// shadowReleasedColor: "#FF4304"
-// shadowPressedColor: "#B32D00"
-// releasedColor: "#FF6C3C"
-// pressedColor: "#FF4304"
// text: qsTr("Send command")
// onClicked: {
// daemonManager.sendCommand(sendCommandText.text,currentWallet.testnet);