|
|
@ -40,9 +40,11 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
|
|
|
// Hide close button
|
|
|
|
// Hide close button
|
|
|
|
setWindowFlags( Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint );
|
|
|
|
setWindowFlags( Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint );
|
|
|
|
|
|
|
|
|
|
|
|
setWindowTitle( tr( "%1 Installer" )
|
|
|
|
CALAMARES_RETRANSLATE(
|
|
|
|
.arg( Calamares::Branding::instance()->
|
|
|
|
setWindowTitle( tr( "%1 Installer" )
|
|
|
|
string( Calamares::Branding::ProductName ) ) );
|
|
|
|
.arg( Calamares::Branding::instance()->
|
|
|
|
|
|
|
|
string( Calamares::Branding::ProductName ) ) );
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
setMinimumSize( 1010, 520 );
|
|
|
|
setMinimumSize( 1010, 520 );
|
|
|
|
QSize availableSize = qApp->desktop()->screenGeometry( this ).size();
|
|
|
|
QSize availableSize = qApp->desktop()->screenGeometry( this ).size();
|
|
|
|