Fix comments root view position.

Fixes #29389.
This commit is contained in:
John Preston 2025-06-05 09:06:18 +04:00
parent 16d5dbe71c
commit 4e5082f6c6

View file

@ -306,7 +306,7 @@ ChatWidget::ChatWidget(
_topBar->show(); _topBar->show();
if (_repliesRootView) { if (_repliesRootView) {
_repliesRootView->move(0, _topBar->height()); _repliesRootView->move(0, 0);
} }
_topBar->deleteSelectionRequest( _topBar->deleteSelectionRequest(