Merge pull request #13303 from JoshuaVandaele/aboutresize

AboutDialog: Disable resizing the About window
This commit is contained in:
JosJuice 2025-01-25 10:37:37 +01:00 committed by GitHub
commit 56b7b0a804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,6 +100,7 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
QHBoxLayout* h_layout = new QHBoxLayout;
setLayout(main_layout);
main_layout->setSizeConstraint(QLayout::SetFixedSize);
main_layout->addLayout(h_layout);
main_layout->addWidget(copyright);
copyright->setAlignment(Qt::AlignCenter);