mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Enforce minimum size for main window.
This commit is contained in:
parent
378545c735
commit
3b64f29bfc
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
|||
{
|
||||
// Hide close button
|
||||
setWindowFlags( Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint );
|
||||
setMinimumSize( 800, 600 );
|
||||
|
||||
QBoxLayout* mainLayout = new QHBoxLayout;
|
||||
setLayout( mainLayout );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue