mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Retranslate window title.
This commit is contained in:
parent
8b98b1cc24
commit
1f9843cc7d
1 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue