fix: usercard jumping when loading data (#5406)

This commit is contained in:
nerix
2024-05-19 22:04:04 +02:00
committed by GitHub
parent 8689bdb481
commit 8ba570415b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ Label::Label(BaseWidget *parent, QString text, FontStyle style)
[this] {
this->updateSize();
});
this->updateSize();
}
const QString &Label::getText() const