Merge pull request #465 from poixen/urlchat

Added more space between chat
This commit is contained in:
Gavin Bisesi
2014-12-01 12:45:08 -05:00
+1 -1
View File
@@ -38,7 +38,7 @@ QTextCursor ChatView::prepareBlock(bool same)
QTextBlockFormat blockFormat;
if ((evenNumber = !evenNumber))
blockFormat.setBackground(palette().alternateBase());
blockFormat.setBottomMargin(2);
blockFormat.setBottomMargin(4);
cursor.insertBlock(blockFormat);
} else
cursor.insertHtml("<br>");