Disable resizing the about window
This commit is contained in:
parent
c2b27fd2a1
commit
01e586be62
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ AboutPorymap::AboutPorymap(QWidget *parent) :
|
|||
.arg(QSysInfo::buildCpuArchitecture())
|
||||
.arg(QStringLiteral(__DATE__))
|
||||
);
|
||||
|
||||
layout()->setSizeConstraint(QLayout::SetFixedSize);
|
||||
}
|
||||
|
||||
AboutPorymap::~AboutPorymap()
|
||||
|
|
Loading…
Reference in a new issue