From 8bbe17b613f7431984f8a2eeade3234237a5d7e3 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Fri, 13 Sep 2024 16:25:17 +0300 Subject: [PATCH] chore: search box for searchable collectibles panel --- ui/app/AppLayouts/Wallet/panels/SearchableCollectiblesPanel.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/app/AppLayouts/Wallet/panels/SearchableCollectiblesPanel.qml b/ui/app/AppLayouts/Wallet/panels/SearchableCollectiblesPanel.qml index 607d5e6525..9bcda9b54e 100644 --- a/ui/app/AppLayouts/Wallet/panels/SearchableCollectiblesPanel.qml +++ b/ui/app/AppLayouts/Wallet/panels/SearchableCollectiblesPanel.qml @@ -60,6 +60,8 @@ Control { TokenSearchBox { id: collectiblesSearchBox + objectName: "collectiblesSearchBox" + Layout.fillWidth: true placeholderText: qsTr("Search collectibles") }