Fix root message pinned bar shadow.

This commit is contained in:
John Preston 2020-09-15 18:54:54 +03:00
parent 9abca29f4c
commit 22dc7601f5
1 changed files with 1 additions and 3 deletions

View File

@ -134,9 +134,7 @@ RepliesWidget::RepliesWidget(
, _readRequestTimer([=] { sendReadTillRequest(); }) {
setupRoot();
_rootHeight = st::msgReplyPadding.top()
+ st::msgReplyBarSize.height()
+ st::msgReplyPadding.bottom();
_rootHeight = st::historyReplyHeight;
_topBar->setActiveChat(_history, TopBarWidget::Section::Replies);
_topBar->move(0, 0);