diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-02-24 10:28:48 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-02-24 10:28:48 -0600 |
| commit | d9c2b34d3f3f92f6d50ca8e72e5bf2d74a6e1fb2 (patch) | |
| tree | 5a33888d1b0636ff54ecd2a5c0ff77fa52bf5430 /wizard | |
| parent | ecb683bd9458da7bd9d6d3ec8678faa8555c4e93 (diff) | |
| parent | 30d8ba72d17d5a56a206dc3ecbb0f6260f1ecf55 (diff) | |
| download | monzero-gui-d9c2b34d3f3f92f6d50ca8e72e5bf2d74a6e1fb2.tar.gz monzero-gui-d9c2b34d3f3f92f6d50ca8e72e5bf2d74a6e1fb2.tar.xz monzero-gui-d9c2b34d3f3f92f6d50ca8e72e5bf2d74a6e1fb2.zip | |
Merge pull request #1951
30d8ba7 Fix color for daemon settings radiobutton (xmrdsc)
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardDaemonSettings.qml | 4 |
1 files changed, 0 insertions, 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: { |
