mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Fix root message pinned bar shadow.
This commit is contained in:
parent
9abca29f4c
commit
22dc7601f5
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue