mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-28 16:29:53 +00:00
Increased height of all boxes with peer lists.
This commit is contained in:
@@ -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,
|
||||
|
||||
+1
-1
Submodule Telegram/lib_ui updated: 75653c3dee...3faf86b9cf
Reference in New Issue
Block a user