From fe959dceb4886909c5daa5f9c1180b34888c653b Mon Sep 17 00:00:00 2001 From: mmbyday Date: Fri, 1 Feb 2019 17:38:46 -0800 Subject: [PATCH] warningbox: make text readonly --- components/WarningBox.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WarningBox.qml b/components/WarningBox.qml index c1d6dec6..db0673da 100644 --- a/components/WarningBox.qml +++ b/components/WarningBox.qml @@ -51,7 +51,7 @@ Rectangle { textMargin: 0 leftPadding: 0 topPadding: 6 - readOnly: false + readOnly: true onLinkActivated: root.linkActivated(); // @TODO: Legacy. Remove after Qt 5.8.