diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2020-01-09 18:12:23 -0300 |
|---|---|---|
| committer | rating89us <45968869+rating89us@users.noreply.github.com> | 2020-01-12 16:20:20 -0300 |
| commit | b4a6569e63a9d93728dde55384a8d5b98c406ad2 (patch) | |
| tree | f481635e143c8233cccfa406b58140a5366a2715 | |
| parent | ef2b0cfa4a7327d8e6fd086452890cebe55e3b6f (diff) | |
| download | monzero-gui-b4a6569e63a9d93728dde55384a8d5b98c406ad2.tar.gz monzero-gui-b4a6569e63a9d93728dde55384a8d5b98c406ad2.tar.xz monzero-gui-b4a6569e63a9d93728dde55384a8d5b98c406ad2.zip | |
History: add filter options in search field
| -rw-r--r-- | pages/History.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/History.qml b/pages/History.qml index 2c9dc944..88e5cfe2 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -156,7 +156,7 @@ Rectangle { input.bottomPadding: 6 fontSize: 16 labelFontSize: 14 - placeholderText: qsTr("Search...") + translationManager.emptyString + placeholderText: qsTr("Search by Transaction ID, Address, Description, Amount or Blockheight") + translationManager.emptyString placeholderFontSize: 16 inputHeight: 34 onTextUpdated: { |
