[users] Consistent styling of status badges on input fields

- Use Status* icons rather than the yes/no
main
Adriaan de Groot 4 years ago
parent fd2399f702
commit c92e12ef74

@ -54,7 +54,7 @@ static inline void
labelOk( QLabel* pix, QLabel* label )
{
label->clear();
pix->setPixmap( CalamaresUtils::defaultPixmap( CalamaresUtils::Yes, CalamaresUtils::Original, label->size() ) );
pix->setPixmap( CalamaresUtils::defaultPixmap( CalamaresUtils::StatusOk, CalamaresUtils::Original, label->size() ) );
}
/** @brief Sets error or ok on a label depending on @p status and @p value

Loading…
Cancel
Save