[users] Consistent styling of status badges on input fields
- Use Status* icons rather than the yes/no
This commit is contained in:
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…
Reference in New Issue
Block a user