mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
AboutDialog: Disable resizing the About window
This commit is contained in:
parent
d0b7c96fdb
commit
a76ed94120
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue