mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
Set dialog title.
This commit is contained in:
parent
c9b3d182a9
commit
235d0058c9
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ CheckerWidget::showDetailsDialog( const QList< PrepareEntry >& checkEntries )
|
|||
mainLayout->addWidget( buttonBox );
|
||||
|
||||
detailsDialog->setModal( true );
|
||||
detailsDialog->setWindowTitle( tr( "System requirements" ) );
|
||||
|
||||
connect( buttonBox, &QDialogButtonBox::clicked,
|
||||
detailsDialog, &QDialog::close );
|
||||
|
|
Loading…
Add table
Reference in a new issue