Merge pull request #1951

30d8ba7 Fix color for daemon settings radiobutton (xmrdsc)
This commit is contained in:
luigi1111 2019-02-24 10:28:48 -06:00
commit d9c2b34d3f
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -181,10 +181,6 @@ ColumnLayout {
MoneroComponents.RadioButton { MoneroComponents.RadioButton {
id: remoteNode id: remoteNode
text: qsTr("Connect to a remote node") + translationManager.emptyString 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 fontSize: 16 * scaleRatio
checked: appWindow.persistentSettings.useRemoteNode checked: appWindow.persistentSettings.useRemoteNode
onClicked: { onClicked: {