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:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user