This commit is contained in:
fourtf
2018-05-25 16:20:39 +02:00
parent afb5a1e5bf
commit 8e8990b339
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ void MessageLayout::paint(QPainter &painter, int y, int messageIndex, Selection
// draw message seperation line
if (app->settings->seperateMessages.getValue()) {
painter.fillRect(0, y + this->m_container.getHeight() - 1, this->m_container.getWidth(), 1,
painter.fillRect(0, y, this->m_container.getWidth(), 1,
app->themes->splits.messageSeperator);
}