[packagechooser] Coding style

This commit is contained in:
Adriaan de Groot 2020-01-06 17:55:13 +01:00
parent cefb66ab5b
commit d21ed0cc7f
2 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,6 @@ PackageChooserPage::PackageChooserPage( PackageChooserMode mode, QWidget* parent
}
ui->products->setMinimumWidth( 10 * CalamaresUtils::defaultFontHeight() );
}
/** @brief size the given @p pixmap to @p size

View File

@ -148,8 +148,10 @@ void
PackageChooserViewStep::onActivate()
{
if ( !m_widget->hasSelection() )
{
m_widget->setSelection( m_defaultIdx );
}
}
void
PackageChooserViewStep::onLeave()