mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Merge pull request #2712
b4a6569
History: add filter options in search field (rating89us)
This commit is contained in:
commit
df614cd0a0
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