Retranslate window title.
This commit is contained in:
parent
8b98b1cc24
commit
1f9843cc7d
@ -40,9 +40,11 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
||||
// Hide close button
|
||||
setWindowFlags( Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint );
|
||||
|
||||
setWindowTitle( tr( "%1 Installer" )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ProductName ) ) );
|
||||
CALAMARES_RETRANSLATE(
|
||||
setWindowTitle( tr( "%1 Installer" )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::ProductName ) ) );
|
||||
)
|
||||
|
||||
setMinimumSize( 1010, 520 );
|
||||
QSize availableSize = qApp->desktop()->screenGeometry( this ).size();
|
||||
|
Loading…
Reference in New Issue
Block a user