mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix color of circle names
This commit is contained in:
parent
33a33ef051
commit
3a30a038ef
|
@ -24,6 +24,7 @@ GenericChatItemWidget::GenericChatItemWidget(QWidget *parent)
|
|||
setProperty("compact", Settings::getInstance().getCompactLayout());
|
||||
|
||||
nameLabel = new CroppingLabel(this);
|
||||
nameLabel->setObjectName("name");
|
||||
nameLabel->setTextFormat(Qt::PlainText);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user