chore: search box for searchable collectibles panel

This commit is contained in:
Anastasiya Semenkevich 2024-09-13 16:25:17 +03:00 committed by Anastasiya
parent 0c6a602336
commit 8bbe17b613
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ Control {
TokenSearchBox {
id: collectiblesSearchBox
objectName: "collectiblesSearchBox"
Layout.fillWidth: true
placeholderText: qsTr("Search collectibles")
}