aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardModeBootstrap.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-08-06 15:02:36 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-08-06 15:02:36 -0500
commit671ddf5bef30970c365bd6ad25ef1a0ed4cea245 (patch)
tree9f16f27388411d9958e8921030b32567020b5ce9 /wizard/WizardModeBootstrap.qml
parent5f8cb04feed650a6ee5db16244d6b75e6c896921 (diff)
parent8abf8f844fed1fdc396effe3c029752e64fa4747 (diff)
downloadmonzero-gui-671ddf5bef30970c365bd6ad25ef1a0ed4cea245.tar.gz
monzero-gui-671ddf5bef30970c365bd6ad25ef1a0ed4cea245.tar.xz
monzero-gui-671ddf5bef30970c365bd6ad25ef1a0ed4cea245.zip
Merge pull request #2314
8abf8f8 wizard: bug fixes (selsta)
Diffstat (limited to 'wizard/WizardModeBootstrap.qml')
-rw-r--r--wizard/WizardModeBootstrap.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/wizard/WizardModeBootstrap.qml b/wizard/WizardModeBootstrap.qml
index ecda1b40..ba911d63 100644
--- a/wizard/WizardModeBootstrap.qml
+++ b/wizard/WizardModeBootstrap.qml
@@ -37,10 +37,12 @@ Rectangle {
id: wizardModeBootstrapWarning
color: "transparent"
- property string viewName: "wizardModeRemoteNodeWarning"
+ property alias pageHeight: pageRoot.height
+ property string viewName: "wizardModeBootstrap"
property bool understood: false
ColumnLayout {
+ id: pageRoot
Layout.alignment: Qt.AlignHCenter;
width: parent.width - 100
Layout.fillWidth: true
@@ -79,7 +81,7 @@ Rectangle {
}
MoneroComponents.TextPlain {
- text: qsTr("Temporary use of remote nodes is useful in order to use Monero immediately (hence the name <i>bootstrap</i>), however be aware that when using remote nodes (including with the bootstrap setting), nodes could track your IP address, track your \"restore height\" and associated block request data, and send you inaccurate information to learn more about transactions you make.") + translationManager.emptyString
+ text: qsTr("Temporary use of remote nodes is useful in order to use Monero immediately (hence the name bootstrap), however be aware that when using remote nodes (including with the bootstrap setting), nodes could track your IP address, track your \"restore height\" and associated block request data, and send you inaccurate information to learn more about transactions you make.") + translationManager.emptyString
wrapMode: Text.Wrap
Layout.topMargin: 8
Layout.fillWidth: true