2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Use TabbedSearch control for stickers panel.

This commit is contained in:
John Preston
2023-01-24 17:08:35 +04:00
parent d4897c8a95
commit 65b1a0c9a4
12 changed files with 104 additions and 250 deletions

View File

@@ -397,7 +397,7 @@ void Autocomplete::setupContent() {
this,
object_ptr<Ui::InputField>(
this,
st::gifsSearchField,
st::defaultMultiSelectSearchField,
rpl::single(u"Search for templates"_q)), // #TODO hard_lang
st::autocompleteSearchPadding);
const auto input = inputWrap->entity();