mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
Merge pull request #1951
30d8ba7
Fix color for daemon settings radiobutton (xmrdsc)
This commit is contained in:
commit
d9c2b34d3f
1 changed files with 0 additions and 4 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue