mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-06 17:45:11 +00:00
Show members list in PanelMode::Wide.
This commit is contained in:
@@ -217,7 +217,7 @@ IntroWidget::IntroWidget(
|
||||
not_null<Window::Controller*> window)
|
||||
: RpWidget(parent)
|
||||
, _wrap(this)
|
||||
, _scroll(Ui::CreateChild<Ui::ScrollArea>(_wrap.data(), st::infoScroll))
|
||||
, _scroll(Ui::CreateChild<Ui::ScrollArea>(_wrap.data()))
|
||||
, _topShadow(this) {
|
||||
_wrap->setAttribute(Qt::WA_OpaquePaintEvent);
|
||||
_wrap->paintRequest(
|
||||
|
Reference in New Issue
Block a user