Skip to content

Commit

Permalink
History: add filter options in search field
Browse files Browse the repository at this point in the history
  • Loading branch information
rating89us committed Jan 9, 2020
1 parent 00b9aaa commit f36c315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/History.qml
Expand Up @@ -156,7 +156,7 @@ Rectangle {
input.bottomPadding: 6
fontSize: 16
labelFontSize: 14
placeholderText: qsTr("Search...") + translationManager.emptyString
placeholderText: qsTr("Search by Transaction ID, Destination address, Description or Amount") + translationManager.emptyString
placeholderFontSize: 16
inputHeight: 34
onTextUpdated: {
Expand Down

0 comments on commit f36c315

Please sign in to comment.