2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Show members list in PanelMode::Wide.

This commit is contained in:
John Preston
2021-04-23 15:07:12 +04:00
parent c93ddf6aac
commit eb8f709943
15 changed files with 231 additions and 121 deletions

View File

@@ -407,9 +407,7 @@ void Autocomplete::setupContent() {
rpl::single(qsl("Search for templates"))), // #TODO hard_lang
st::autocompleteSearchPadding);
const auto input = inputWrap->entity();
const auto scroll = Ui::CreateChild<Ui::ScrollArea>(
this,
st::mentionScroll);
const auto scroll = Ui::CreateChild<Ui::ScrollArea>(this);
const auto inner = scroll->setOwnedWidget(object_ptr<Inner>(scroll));