Fix color for daemon settings radiobutton

pull/2/head
dsc 5 years ago
parent c2889c2b81
commit 30d8ba72d1
No known key found for this signature in database
GPG Key ID: 7BBC83D7A8810AAB

@ -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: {