aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardLanguage.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-11-27 12:09:50 +0000
committerxiphon <xiphon@protonmail.com>2019-11-27 12:33:30 +0000
commitf47335f89fcb0504064f99a68a179c31c24467b9 (patch)
tree33f489b1bc8c2946912e0ca12ade3d16cf2ea3c7 /wizard/WizardLanguage.qml
parent6c2c17ada1e43d7d432567e5c1e29e7dbe63e20a (diff)
downloadmonzero-gui-f47335f89fcb0504064f99a68a179c31c24467b9.tar.gz
monzero-gui-f47335f89fcb0504064f99a68a179c31c24467b9.tar.xz
monzero-gui-f47335f89fcb0504064f99a68a179c31c24467b9.zip
Wizard, AddressBook, SettingsNode: prevent undesired text selection
Diffstat (limited to 'wizard/WizardLanguage.qml')
-rw-r--r--wizard/WizardLanguage.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/wizard/WizardLanguage.qml b/wizard/WizardLanguage.qml
index 2d6d37b4..58b5cd21 100644
--- a/wizard/WizardLanguage.qml
+++ b/wizard/WizardLanguage.qml
@@ -57,7 +57,7 @@ Rectangle {
color: "transparent"
}
- TextArea {
+ Text {
id: textWelcome
opacity: 0
Layout.preferredWidth: parent.width / 1.3
@@ -69,12 +69,9 @@ Rectangle {
font.bold: true
font.pixelSize: 18
horizontalAlignment: TextInput.AlignHCenter
- selectByMouse: false
wrapMode: Text.WordWrap
- textMargin: 0
leftPadding: 0
topPadding: 0
- readOnly: true
Behavior on opacity {
NumberAnimation {