fix: usercard resizing improperly without recent messages (#6496)

This commit is contained in:
teknsl
2025-09-27 11:50:18 +02:00
committed by GitHub
parent cd7272a444
commit 8953ad604f
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -587,6 +587,8 @@ UserInfoPopup::UserInfoPopup(bool closeAutomatically, Split *split)
{
this->ui_.noMessagesLabel = new Label("No recent messages");
this->ui_.noMessagesLabel->setVisible(false);
this->ui_.noMessagesLabel->setSizePolicy(QSizePolicy::Expanding,
QSizePolicy::Expanding);
this->ui_.latestMessages =
new ChannelView(this, this->split_, ChannelView::Context::UserCard,