Added double spacing between message lines
This commit is contained in:
parent
adcc728492
commit
7868c3fe70
@ -5835,6 +5835,7 @@ int MainWindow::writeMessageTextToUI(QDateTime date, QString text, int freq, boo
|
||||
if(bold){
|
||||
text = QString("<strong>%1</strong>").arg(text);
|
||||
}
|
||||
c.insertBlock();
|
||||
c.insertHtml(QString("<strong>%1 - (%2)</strong> - %3").arg(date.time().toString()).arg(freq).arg(text));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user