diff options
| author | mmbyday <mmbyday@protonmail.com> | 2019-02-01 17:38:46 -0800 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2019-02-01 17:38:46 -0800 |
| commit | fe959dceb4886909c5daa5f9c1180b34888c653b (patch) | |
| tree | 0c86d80ec1de6100de6897c7c4e5e307eea0638f | |
| parent | c7f3deb5cc5e68891154c14275fd5dfe6bdd0a71 (diff) | |
| download | monzero-gui-fe959dceb4886909c5daa5f9c1180b34888c653b.tar.gz monzero-gui-fe959dceb4886909c5daa5f9c1180b34888c653b.tar.xz monzero-gui-fe959dceb4886909c5daa5f9c1180b34888c653b.zip | |
warningbox: make text readonly
| -rw-r--r-- | components/WarningBox.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
