Skip to content

Commit

Permalink
SettingsNode: make TextArea readOnly monero-gui/monero-project#1767
Browse files Browse the repository at this point in the history
  • Loading branch information
mmbyday authored and stoffu committed Nov 15, 2021
1 parent 55ec7da commit d3ff17d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/settings/SettingsNode.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -231,6 +232,7 @@ Rectangle{
topPadding: 0
text: qsTr("Uses a third-party server to connect to the Aeon 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
Expand Down

0 comments on commit d3ff17d

Please sign in to comment.