2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Feed info profile placeholder.

This commit is contained in:
John Preston
2018-01-22 22:51:38 +03:00
parent b9ad8bb700
commit a47981054f
37 changed files with 1336 additions and 104 deletions

View File

@@ -212,15 +212,14 @@ int SectionWithToggle::toggleSkip() const {
Cover::Cover(
QWidget *parent,
not_null<Controller*> controller,
not_null<PeerData*> peer)
not_null<Controller*> controller)
: SectionWithToggle(
parent,
st::infoProfilePhotoTop
+ st::infoProfilePhoto.size.height()
+ st::infoProfilePhotoBottom)
, _controller(controller)
, _peer(peer)
, _peer(_controller->key().peer())
, _userpic(
this,
controller->parentController(),