mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
Merge pull request #465 from poixen/urlchat
Added more space between chat
This commit is contained in:
commit
ef8bd60a32
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ QTextCursor ChatView::prepareBlock(bool same)
|
||||||
QTextBlockFormat blockFormat;
|
QTextBlockFormat blockFormat;
|
||||||
if ((evenNumber = !evenNumber))
|
if ((evenNumber = !evenNumber))
|
||||||
blockFormat.setBackground(palette().alternateBase());
|
blockFormat.setBackground(palette().alternateBase());
|
||||||
blockFormat.setBottomMargin(2);
|
blockFormat.setBottomMargin(4);
|
||||||
cursor.insertBlock(blockFormat);
|
cursor.insertBlock(blockFormat);
|
||||||
} else
|
} else
|
||||||
cursor.insertHtml("<br>");
|
cursor.insertHtml("<br>");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue