mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
Fix color for daemon settings radiobutton
This commit is contained in:
parent
c2889c2b81
commit
30d8ba72d1
1 changed files with 0 additions and 4 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue