mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 11:25:48 -05:00
[welcome] Give the countdown a tooltip
This commit is contained in:
parent
1101b0dc82
commit
3679bb45f0
1 changed files with 2 additions and 1 deletions
|
@ -106,8 +106,9 @@ ResultsListWidget::ResultsListWidget( Config* config, QWidget* parent )
|
|||
m_explanation->setObjectName( "resultsExplanation" );
|
||||
explanationLayout->addWidget( m_explanation );
|
||||
m_countdown = new CountdownWaitingWidget;
|
||||
explanationLayout->addWidget( m_countdown );
|
||||
m_countdown->setToolTip( tr("Checking requirements again in a few seconds ...") );
|
||||
m_countdown->start();
|
||||
explanationLayout->addWidget( m_countdown );
|
||||
|
||||
mainLayout->addLayout( explanationLayout );
|
||||
mainLayout->addSpacing( CalamaresUtils::defaultFontHeight() / 2 );
|
||||
|
|
Loading…
Add table
Reference in a new issue