Added more space between chat

Added a couple extra pixels in the chat. Make it look a little less
squished.

Before: http://imgur.com/7U6oe82
After: http://imgur.com/C8gGpDY
This commit is contained in:
Matt Lowe 2014-11-29 02:49:22 +01:00
parent db0a77989b
commit 0cb1dde8c8

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>");