Skip to content

Commit 4113443

Browse files
committed
Remove unneeded adjustSize
1 parent fdb0b2f commit 4113443

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/aboutdialog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent), mainwindow_(parent)
9191
html += "</p>";
9292

9393
ui_.text->setText(html);
94-
ui_.text->adjustSize();
9594

9695
html.clear();
9796

0 commit comments

Comments
 (0)