Merge pull request #1767

01209b1 SettingsNode: make TextArea readOnly (mmbyday)
This commit is contained in:
luigi1111 2018-12-01 14:01:46 -06:00
commit 6182d85f7e
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -131,6 +131,7 @@ Rectangle{
topPadding: 0
text: qsTr("The blockchain is downloaded to your computer. Provides higher security and requires more local storage.") + translationManager.emptyString
width: parent.width - (localNodeIcon.width + localNodeIcon.anchors.leftMargin + anchors.leftMargin)
readOnly: true
// @TODO: Legacy. Remove after Qt 5.8.
// https://stackoverflow.com/questions/41990013
@ -231,6 +232,7 @@ Rectangle{
topPadding: 0
text: qsTr("Uses a third-party server to connect to the Monero network. Less secure, but easier on your computer.") + translationManager.emptyString
width: parent.width - (remoteNodeIcon.width + remoteNodeIcon.anchors.leftMargin + anchors.leftMargin)
readOnly: true
// @TODO: Legacy. Remove after Qt 5.8.
// https://stackoverflow.com/questions/41990013