mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
colon after sender name in chat view
This commit is contained in:
parent
a3b7ed719f
commit
9f85074ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ void ChatView::appendMessage(QString sender, const QString &message)
|
||||||
senderFormat.setForeground(Qt::blue);
|
senderFormat.setForeground(Qt::blue);
|
||||||
cursor.setCharFormat(senderFormat);
|
cursor.setCharFormat(senderFormat);
|
||||||
if (!sender.isEmpty())
|
if (!sender.isEmpty())
|
||||||
sender.append(" ");
|
sender.append(": ");
|
||||||
cursor.insertText(sender);
|
cursor.insertText(sender);
|
||||||
|
|
||||||
QTextCharFormat messageFormat;
|
QTextCharFormat messageFormat;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue