diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-04-28 15:12:57 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-28 15:12:57 -0500 |
| commit | 83ccadb6a825b064d470d7bd1fdade9d813e2f91 (patch) | |
| tree | 09844431cd55e01b14366c81b725271f069343bb | |
| parent | eae7eff9db1e1bfe54ea6822720532b301b49da0 (diff) | |
| parent | 238b1b777f508c907bcfb4b5186445a12feeffe2 (diff) | |
| download | monzero-gui-83ccadb6a825b064d470d7bd1fdade9d813e2f91.tar.gz monzero-gui-83ccadb6a825b064d470d7bd1fdade9d813e2f91.tar.xz monzero-gui-83ccadb6a825b064d470d7bd1fdade9d813e2f91.zip | |
Merge pull request #2847
238b1b7 pages: remove legacy code (selsta)
| -rw-r--r-- | pages/AddressBook.qml | 14 | ||||
| -rw-r--r-- | pages/settings/SettingsNode.qml | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/pages/AddressBook.qml b/pages/AddressBook.qml index cd6fc870..315892ff 100644 --- a/pages/AddressBook.qml +++ b/pages/AddressBook.qml @@ -79,13 +79,6 @@ Rectangle { topPadding: 0 text: qsTr("Save your most used addresses here") + translationManager.emptyString width: parent.width - - // @TODO: Legacy. Remove after Qt 5.8. - // https://stackoverflow.com/questions/41990013 - MouseArea { - anchors.fill: parent - enabled: false - } } Text { @@ -99,13 +92,6 @@ Rectangle { topPadding: 0 text: qsTr("This makes it easier to send or receive Monero and reduces errors when typing in addresses manually.") + translationManager.emptyString width: parent.width - - // @TODO: Legacy. Remove after Qt 5.8. - // https://stackoverflow.com/questions/41990013 - MouseArea { - anchors.fill: parent - enabled: false - } } MoneroComponents.StandardButton { diff --git a/pages/settings/SettingsNode.qml b/pages/settings/SettingsNode.qml index 9c6714f6..92ed81f8 100644 --- a/pages/settings/SettingsNode.qml +++ b/pages/settings/SettingsNode.qml @@ -130,13 +130,6 @@ 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) - - // @TODO: Legacy. Remove after Qt 5.8. - // https://stackoverflow.com/questions/41990013 - MouseArea { - anchors.fill: parent - enabled: false - } } } @@ -229,13 +222,6 @@ 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) - - // @TODO: Legacy. Remove after Qt 5.8. - // https://stackoverflow.com/questions/41990013 - MouseArea { - anchors.fill: parent - enabled: false - } } MouseArea { |
