From 30d8ba72d17d5a56a206dc3ecbb0f6260f1ecf55 Mon Sep 17 00:00:00 2001 From: dsc Date: Sun, 24 Feb 2019 07:00:58 +0100 Subject: [PATCH] Fix color for daemon settings radiobutton --- wizard/WizardDaemonSettings.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml index 68826666..62aa2cbe 100644 --- a/wizard/WizardDaemonSettings.qml +++ b/wizard/WizardDaemonSettings.qml @@ -181,10 +181,6 @@ ColumnLayout { MoneroComponents.RadioButton { id: remoteNode text: qsTr("Connect to a remote node") + translationManager.emptyString - checkedColor: Qt.rgba(0, 0, 0, 0.75) - borderColor: Qt.rgba(0, 0, 0, 0.45) - Layout.topMargin: 20 * scaleRatio - fontColor: "#4A4646" fontSize: 16 * scaleRatio checked: appWindow.persistentSettings.useRemoteNode onClicked: {