aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2019-02-25 12:17:54 -0800
committermmbyday <mmbyday@protonmail.com>2019-02-25 12:17:54 -0800
commit1ff1091ea4cfad993afb89cfaf807e35d8aa8bea (patch)
treea6fda35c807ba63c6a00fa5a06e94d07925b2938 /pages
parenta89ffd02d055835a65ea3eb12888ad81ebfc6a02 (diff)
downloadmonzero-gui-1ff1091ea4cfad993afb89cfaf807e35d8aa8bea.tar.gz
monzero-gui-1ff1091ea4cfad993afb89cfaf807e35d8aa8bea.tar.xz
monzero-gui-1ff1091ea4cfad993afb89cfaf807e35d8aa8bea.zip
transfer, merchant: placehodler text for amount
Diffstat (limited to 'pages')
-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 9c2f1787..97cda41c 100644
--- a/pages/Transfer.qml
+++ b/pages/Transfer.qml
@@ -145,7 +145,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"