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/DaemonConsole.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/DaemonConsole.qml')
| -rw-r--r-- | components/DaemonConsole.qml | 8 |
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); |
