improved alternate bg and seperator line

This commit is contained in:
fourtf
2018-11-01 18:04:14 +01:00
parent 2faf24e3d5
commit 9ced50e94e
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ void MessageLayout::paint(QPainter &painter, int width, int y, int messageIndex,
// draw message seperation line
if (getSettings()->separateMessages.getValue())
{
painter.fillRect(0, y, this->container_->getWidth(), 1,
painter.fillRect(0, y, this->container_->getWidth() + 64, 1,
app->themes->splits.messageSeperator);
}