mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 01:57:25 -04:00
transfer, merchant: placehodler text for amount
This commit is contained in:
@@ -145,7 +145,7 @@ Rectangle {
|
|||||||
middlePanel.accountView.selectAndSend = true;
|
middlePanel.accountView.selectAndSend = true;
|
||||||
appWindow.showPageRequest("Account")
|
appWindow.showPageRequest("Account")
|
||||||
}
|
}
|
||||||
placeholderText: qsTr("") + translationManager.emptyString
|
placeholderText: "0.00"
|
||||||
width: 100 * scaleRatio
|
width: 100 * scaleRatio
|
||||||
fontBold: true
|
fontBold: true
|
||||||
inlineButtonText: qsTr("All") + translationManager.emptyString
|
inlineButtonText: qsTr("All") + translationManager.emptyString
|
||||||
|
|||||||
@@ -475,6 +475,7 @@ Item {
|
|||||||
color: "#424242"
|
color: "#424242"
|
||||||
selectionColor: "#3f3fe3"
|
selectionColor: "#3f3fe3"
|
||||||
selectedTextColor: "white"
|
selectedTextColor: "white"
|
||||||
|
placeholderText: "0.00"
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|||||||
Reference in New Issue
Block a user