mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Fix root message pinned bar shadow.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user