Moved Payment Description into placeholder

This commit is contained in:
xmr-eric 2017-01-23 13:58:31 -05:00 committed by GitHub
parent cf95742433
commit 4fb4bde34b

View file

@ -340,7 +340,7 @@ Rectangle {
anchors.rightMargin: 17 anchors.rightMargin: 17
anchors.topMargin: 17 anchors.topMargin: 17
fontSize: 14 fontSize: 14
text: qsTr("Description <font size='2'>( Optional - saved to local wallet history )</font>") text: qsTr("Description <font size='2'>( Optional )</font>")
+ translationManager.emptyString + translationManager.emptyString
} }
@ -352,6 +352,7 @@ Rectangle {
anchors.leftMargin: 17 anchors.leftMargin: 17
anchors.rightMargin: 17 anchors.rightMargin: 17
anchors.topMargin: 5 anchors.topMargin: 5
placeholderText: qsTr("Saved to local wallet history") + translationManager.emptyString
} }
function checkInformation(amount, address, payment_id, testnet) { function checkInformation(amount, address, payment_id, testnet) {