From f47335f89fcb0504064f99a68a179c31c24467b9 Mon Sep 17 00:00:00 2001 From: xiphon Date: Wed, 27 Nov 2019 12:09:50 +0000 Subject: Wizard, AddressBook, SettingsNode: prevent undesired text selection --- wizard/WizardCreateDevice1.qml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'wizard/WizardCreateDevice1.qml') diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 270ae298..210b24f2 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -158,7 +158,7 @@ Rectangle { } } - TextArea { + Text { id: errorMsg text: qsTr("Error writing wallet from hardware device. Check application logs.") + translationManager.emptyString; visible: errorMsg.text !== "" @@ -167,16 +167,10 @@ Rectangle { color: MoneroComponents.Style.errorColor font.pixelSize: 16 - selectionColor: MoneroComponents.Style.textSelectionColor - selectedTextColor: MoneroComponents.Style.textSelectedColor - - selectByMouse: true wrapMode: Text.WordWrap - textMargin: 0 leftPadding: 0 topPadding: 0 bottomPadding: 0 - readOnly: true } WizardNav { -- cgit v1.2.3