mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #1931
fe959dc
warningbox: make text readonly (mmbyday)
This commit is contained in:
commit
b5f63184a9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue