From bcb7bcffdbd86a09fedc17992f42b12840555822 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sun, 6 Aug 2017 17:36:17 +0200 Subject: [PATCH] wizard: reworked testnet settings --- wizard/WizardOptions.qml | 6 +++--- 1 file 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;