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/DaemonManagerDialog.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/DaemonManagerDialog.qml')
| -rw-r--r-- | components/DaemonManagerDialog.qml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/components/DaemonManagerDialog.qml b/components/DaemonManagerDialog.qml index d760c317..07dec4a0 100644 --- a/components/DaemonManagerDialog.qml +++ b/components/DaemonManagerDialog.qml @@ -108,10 +108,6 @@ Window { id: okButton visible:false fontSize: 14 - shadowReleasedColor: "#FF4304" - shadowPressedColor: "#B32D00" - releasedColor: "#FF6C3C" - pressedColor: "#FF4304" text: qsTr("Start daemon (%1)").arg(countDown) KeyNavigation.tab: cancelButton onClicked: { @@ -125,10 +121,6 @@ Window { MoneroComponents.StandardButton { id: cancelButton fontSize: 14 - shadowReleasedColor: "#FF4304" - shadowPressedColor: "#B32D00" - releasedColor: "#FF6C3C" - pressedColor: "#FF4304" text: qsTr("Use custom settings") onClicked: { |
