1
0
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:
tux3 2015-06-10 02:02:45 +02:00
parent 33a33ef051
commit 3a30a038ef

View File

@ -24,6 +24,7 @@ GenericChatItemWidget::GenericChatItemWidget(QWidget *parent)
setProperty("compact", Settings::getInstance().getCompactLayout());
nameLabel = new CroppingLabel(this);
nameLabel->setObjectName("name");
nameLabel->setTextFormat(Qt::PlainText);
}