mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-24 16:08:21 -04:00
Set correct window flags on CalamaresWindow.
This commit is contained in:
parent
6324feb2f3
commit
fa3dfa2244
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue