aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardDaemonSettings.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-11-27 10:26:03 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-11-27 10:26:03 -0600
commitd5f4d5d93fa52876dc1fef591ea0210eab561d48 (patch)
treec66167d1e7b60183f905d0547ceb288752a86248 /wizard/WizardDaemonSettings.qml
parent9ba1960207263f9ef1fb49a39910998c33fc4fe4 (diff)
parentf47335f89fcb0504064f99a68a179c31c24467b9 (diff)
downloadmonzero-gui-d5f4d5d93fa52876dc1fef591ea0210eab561d48.tar.gz
monzero-gui-d5f4d5d93fa52876dc1fef591ea0210eab561d48.tar.xz
monzero-gui-d5f4d5d93fa52876dc1fef591ea0210eab561d48.zip
Merge pull request #2506
f47335f Wizard, AddressBook, SettingsNode: prevent undesired text selection (xiphon)
Diffstat (limited to 'wizard/WizardDaemonSettings.qml')
-rw-r--r--wizard/WizardDaemonSettings.qml16
1 files changed, 2 insertions, 14 deletions
diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml
index c4985f77..9ab9fefc 100644
--- a/wizard/WizardDaemonSettings.qml
+++ b/wizard/WizardDaemonSettings.qml
@@ -91,7 +91,7 @@ ColumnLayout {
Layout.topMargin: 6
spacing: 0
- TextArea {
+ Text {
text: qsTr("Bootstrap node") + translationManager.emptyString
Layout.topMargin: 10
Layout.fillWidth: true
@@ -105,19 +105,13 @@ ColumnLayout {
}
}
- selectionColor: MoneroComponents.Style.textSelectionColor
- selectedTextColor: MoneroComponents.Style.textSelectedColor
-
- selectByMouse: true
wrapMode: Text.WordWrap
- textMargin: 0
leftPadding: 0
topPadding: 0
bottomPadding: 0
- readOnly: true
}
- TextArea {
+ Text {
text: qsTr("Additionally, you may specify a bootstrap node to use Monero immediately.") + translationManager.emptyString
Layout.topMargin: 4
Layout.fillWidth: true
@@ -133,16 +127,10 @@ ColumnLayout {
}
}
- selectionColor: MoneroComponents.Style.textSelectionColor
- selectedTextColor: MoneroComponents.Style.textSelectedColor
-
- selectByMouse: true
wrapMode: Text.WordWrap
- textMargin: 0
leftPadding: 0
topPadding: 0
bottomPadding: 0
- readOnly: true
}
}