mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
History: add filter options in search field
This commit is contained in:
parent
ef2b0cfa4a
commit
b4a6569e63
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue