mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Fix root message pinned bar shadow.
This commit is contained in:
@@ -134,9 +134,7 @@ RepliesWidget::RepliesWidget(
|
|||||||
, _readRequestTimer([=] { sendReadTillRequest(); }) {
|
, _readRequestTimer([=] { sendReadTillRequest(); }) {
|
||||||
setupRoot();
|
setupRoot();
|
||||||
|
|
||||||
_rootHeight = st::msgReplyPadding.top()
|
_rootHeight = st::historyReplyHeight;
|
||||||
+ st::msgReplyBarSize.height()
|
|
||||||
+ st::msgReplyPadding.bottom();
|
|
||||||
_topBar->setActiveChat(_history, TopBarWidget::Section::Replies);
|
_topBar->setActiveChat(_history, TopBarWidget::Section::Replies);
|
||||||
|
|
||||||
_topBar->move(0, 0);
|
_topBar->move(0, 0);
|
||||||
|
Reference in New Issue
Block a user