aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/Transfer.qml2
-rw-r--r--pages/merchant/Merchant.qml1
2 files changed, 2 insertions, 1 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml
index 2744717e..49c3089b 100644
--- a/pages/Transfer.qml
+++ b/pages/Transfer.qml
@@ -147,7 +147,7 @@ Rectangle {
middlePanel.accountView.selectAndSend = true;
appWindow.showPageRequest("Account")
}
- placeholderText: qsTr("") + translationManager.emptyString
+ placeholderText: "0.00"
width: 100 * scaleRatio
fontBold: true
inlineButtonText: qsTr("All") + translationManager.emptyString
diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml
index 4dcd0d28..978b5052 100644
--- a/pages/merchant/Merchant.qml
+++ b/pages/merchant/Merchant.qml
@@ -475,6 +475,7 @@ Item {
color: "#424242"
selectionColor: "#3f3fe3"
selectedTextColor: "white"
+ placeholderText: "0.00"
background: Rectangle {
color: "transparent"