diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-08-06 17:36:17 +0200 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-11-03 16:57:10 +0100 |
| commit | bcb7bcffdbd86a09fedc17992f42b12840555822 (patch) | |
| tree | 21160afc542dcb19b3918836bd79da57e2fe3bf2 /wizard/WizardOptions.qml | |
| parent | b205acc51bb8414762cd63e8d57babbc597e1d79 (diff) | |
| download | monzero-gui-bcb7bcffdbd86a09fedc17992f42b12840555822.tar.gz monzero-gui-bcb7bcffdbd86a09fedc17992f42b12840555822.tar.xz monzero-gui-bcb7bcffdbd86a09fedc17992f42b12840555822.zip | |
wizard: reworked testnet settings
Diffstat (limited to 'wizard/WizardOptions.qml')
| -rw-r--r-- | wizard/WizardOptions.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml index f46c06d7..8f4e9477 100644 --- a/wizard/WizardOptions.qml +++ b/wizard/WizardOptions.qml @@ -234,18 +234,18 @@ ColumnLayout { RowLayout { Layout.leftMargin: wizardLeftMargin Layout.rightMargin: wizardRightMargin - Layout.topMargin: 30 + Layout.topMargin: 30 * scaleRatio Layout.alignment: Qt.AlignCenter Layout.fillWidth: true Rectangle { - width: 100 + width: 100 * scaleRatio CheckBox { id: testNet text: qsTr("Testnet") + translationManager.emptyString background: "#FFFFFF" fontColor: "#4A4646" - fontSize: 16 + fontSize: 16 * scaleRatio checkedIcon: "../images/checkedVioletIcon.png" uncheckedIcon: "../images/uncheckedIcon.png" checked: appWindow.persistentSettings.testnet; |
