Increased height of all boxes with peer lists.

This commit is contained in:
23rd
2026-01-03 13:11:17 +03:00
parent 13d4a2f8ca
commit 64975f2dd5
3 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -185,7 +185,10 @@ void PeerListBox::prepare() {
object_ptr<PeerListContent>(
this,
_controller.get()),
st::boxScroll));
st::boxScroll,
0,
0,
true /*alwaysKeepDimensionsToInner*/));
content()->resizeToWidth(_controller->contentWidth());
_controller->setDelegate(this);
@@ -148,7 +148,10 @@ void PeerListsBox::updateScrollSkips() {
void PeerListsBox::prepare() {
auto rows = setInnerWidget(
object_ptr<Ui::VerticalLayout>(this),
st::boxScroll);
st::boxScroll,
0,
0,
true /*alwaysKeepDimensionsToInner*/);
for (auto &list : _lists) {
const auto content = rows->add(object_ptr<PeerListContent>(
rows,