mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Stop AboutDlg from being resizable
This commit is contained in:
parent
b2d8141047
commit
55c6173cc0
@ -14,4 +14,5 @@ CAboutDialog::CAboutDialog() : QDialog()
|
||||
{
|
||||
m_ui = new Ui::AboutDialog;
|
||||
m_ui->setupUi(this);
|
||||
layout()->setSizeConstraint( QLayout::SetFixedSize );
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user