mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
commit
3bab6ccedf
2 changed files with 0 additions and 5 deletions
|
@ -187,7 +187,6 @@ Rectangle {
|
||||||
readOnly: false
|
readOnly: false
|
||||||
onTextChanged: signSignatureLine.text = ''
|
onTextChanged: signSignatureLine.text = ''
|
||||||
wrapMode: Text.WrapAnywhere
|
wrapMode: Text.WrapAnywhere
|
||||||
pasteButton: true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -302,7 +301,6 @@ Rectangle {
|
||||||
readOnly: false
|
readOnly: false
|
||||||
wrapMode: Text.WrapAnywhere
|
wrapMode: Text.WrapAnywhere
|
||||||
text: ''
|
text: ''
|
||||||
pasteButton: true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
@ -344,7 +342,6 @@ Rectangle {
|
||||||
placeholderText: qsTr("Enter the Monero Address (example: 44AFFq5kSiGBoZ...)") + translationManager.emptyString
|
placeholderText: qsTr("Enter the Monero Address (example: 44AFFq5kSiGBoZ...)") + translationManager.emptyString
|
||||||
wrapMode: Text.WrapAnywhere
|
wrapMode: Text.WrapAnywhere
|
||||||
text: ''
|
text: ''
|
||||||
pasteButton: true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MoneroComponents.LineEditMulti {
|
MoneroComponents.LineEditMulti {
|
||||||
|
@ -354,7 +351,6 @@ Rectangle {
|
||||||
placeholderFontSize: 16
|
placeholderFontSize: 16
|
||||||
placeholderText: qsTr("Enter the signature to verify") + translationManager.emptyString
|
placeholderText: qsTr("Enter the signature to verify") + translationManager.emptyString
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
pasteButton: true
|
|
||||||
wrapMode: Text.WrapAnywhere
|
wrapMode: Text.WrapAnywhere
|
||||||
text: ''
|
text: ''
|
||||||
}
|
}
|
||||||
|
|
|
@ -255,7 +255,6 @@ Rectangle {
|
||||||
middlePanel.addressBookView.selectAndSend = true;
|
middlePanel.addressBookView.selectAndSend = true;
|
||||||
appWindow.showPageRequest("AddressBook");
|
appWindow.showPageRequest("AddressBook");
|
||||||
}
|
}
|
||||||
pasteButton: true
|
|
||||||
onTextChanged: {
|
onTextChanged: {
|
||||||
const parsed = walletManager.parse_uri_to_object(text);
|
const parsed = walletManager.parse_uri_to_object(text);
|
||||||
if (!parsed.error) {
|
if (!parsed.error) {
|
||||||
|
|
Loading…
Reference in a new issue