Set correct window flags on CalamaresWindow.
This commit is contained in:
parent
6324feb2f3
commit
fa3dfa2244
@ -26,6 +26,8 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
||||
: QWidget( parent )
|
||||
{
|
||||
setupUi( this );
|
||||
// Hide close button
|
||||
setWindowFlags( Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint );
|
||||
|
||||
//This should create a PageManager or ViewManager or whatever, which
|
||||
//should control the sidebar, next/back buttons and QSW.
|
||||
|
Loading…
Reference in New Issue
Block a user