mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge branch 'upstream/master'
This commit is contained in:
commit
b8500006ef
|
@ -226,7 +226,7 @@ void ChatForm::addMessage(QLabel* author, QLabel* message, QLabel* date)
|
|||
if (author->text() == Widget::getInstance()->getUsername())
|
||||
{
|
||||
QPalette pal;
|
||||
pal.setColor(QPalette::WindowText, Qt::gray);
|
||||
pal.setColor(QPalette::WindowText, QColor(100,100,100));
|
||||
author->setPalette(pal);
|
||||
message->setPalette(pal);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user