Wizard, AddressBook, SettingsNode: prevent undesired text selection

This commit is contained in:
xiphon
2019-11-27 12:09:50 +00:00
parent 6c2c17ada1
commit f47335f89f
8 changed files with 14 additions and 84 deletions

View File

@@ -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 {