warningbox: make text readonly

This commit is contained in:
mmbyday 2019-02-01 17:38:46 -08:00
parent c7f3deb5cc
commit fe959dceb4

View File

@ -51,7 +51,7 @@ Rectangle {
textMargin: 0 textMargin: 0
leftPadding: 0 leftPadding: 0
topPadding: 6 topPadding: 6
readOnly: false readOnly: true
onLinkActivated: root.linkActivated(); onLinkActivated: root.linkActivated();
// @TODO: Legacy. Remove after Qt 5.8. // @TODO: Legacy. Remove after Qt 5.8.