diff options
Diffstat (limited to 'wizard/WizardModeRemoteNodeWarning.qml')
| -rw-r--r-- | wizard/WizardModeRemoteNodeWarning.qml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/wizard/WizardModeRemoteNodeWarning.qml b/wizard/WizardModeRemoteNodeWarning.qml index 2f84b227..3fd9325d 100644 --- a/wizard/WizardModeRemoteNodeWarning.qml +++ b/wizard/WizardModeRemoteNodeWarning.qml @@ -46,14 +46,14 @@ Rectangle { Layout.fillWidth: true anchors.horizontalCenter: parent.horizontalCenter; - spacing: 10 * scaleRatio + spacing: 10 ColumnLayout { Layout.fillWidth: true Layout.maximumWidth: wizardController.wizardSubViewWidth Layout.topMargin: wizardController.wizardSubViewTopMargin Layout.alignment: Qt.AlignHCenter - spacing: 0 * scaleRatio + spacing: 0 WizardHeader { title: qsTr("About the simple mode") + translationManager.emptyString @@ -61,9 +61,9 @@ Rectangle { } ColumnLayout { - spacing: 20 * scaleRatio + spacing: 20 - Layout.topMargin: 10 * scaleRatio + Layout.topMargin: 10 Layout.fillWidth: true MoneroComponents.TextPlain { @@ -71,11 +71,11 @@ Rectangle { themeTransitionBlackColor: MoneroComponents.Style._b_lightGreyFontColor themeTransitionWhiteColor: MoneroComponents.Style._w_lightGreyFontColor wrapMode: Text.Wrap - Layout.topMargin: 14 * scaleRatio + Layout.topMargin: 14 Layout.fillWidth: true font.family: MoneroComponents.Style.fontRegular.name - font.pixelSize: 16 * scaleRatio + font.pixelSize: 16 color: MoneroComponents.Style.lightGreyFontColor } @@ -84,28 +84,28 @@ Rectangle { themeTransitionBlackColor: MoneroComponents.Style._b_lightGreyFontColor themeTransitionWhiteColor: MoneroComponents.Style._w_lightGreyFontColor wrapMode: Text.Wrap - Layout.topMargin: 8 * scaleRatio + Layout.topMargin: 8 Layout.fillWidth: true font.family: MoneroComponents.Style.fontRegular.name - font.pixelSize: 16 * scaleRatio + font.pixelSize: 16 color: MoneroComponents.Style.lightGreyFontColor } MoneroComponents.WarningBox { - Layout.topMargin: 14 * scaleRatio - Layout.bottomMargin: 6 * scaleRatio + Layout.topMargin: 14 + Layout.bottomMargin: 6 text: qsTr("Remain aware of these limitations. <b>Users who prioritize privacy and decentralization must use a full node instead</b>.") + translationManager.emptyString } MoneroComponents.TextPlain { text: qsTr("For enhanced node performance you may specify your region:") + translationManager.emptyString wrapMode: Text.Wrap - Layout.topMargin: 8 * scaleRatio + Layout.topMargin: 8 Layout.fillWidth: true font.family: MoneroComponents.Style.fontRegular.name - font.pixelSize: 16 * scaleRatio + font.pixelSize: 16 color: MoneroComponents.Style.defaultFontColor } @@ -143,8 +143,8 @@ Rectangle { MoneroComponents.CheckBox { id: understoodCheckbox - Layout.topMargin: 20 * scaleRatio - fontSize: 16 * scaleRatio + Layout.topMargin: 20 + fontSize: 16 text: qsTr("I understand the privacy implications of using a third-party server.") + translationManager.emptyString onClicked: { wizardModeRemoteNodeWarning.understood = !wizardModeRemoteNodeWarning.understood @@ -152,7 +152,7 @@ Rectangle { } WizardNav { - Layout.topMargin: 4 * scaleRatio + Layout.topMargin: 4 btnNext.enabled: wizardModeRemoteNodeWarning.understood progressSteps: 0 |
