Skip to content

Commit

Permalink
Overview Table Header Line too thin
Browse files Browse the repository at this point in the history
.. not sure when this changed, but makes the line disappear
   when so thin.
  • Loading branch information
liversedge committed Sep 9, 2021
1 parent a6628eb commit f6375f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Charts/OverviewItems.cpp
Expand Up @@ -2839,7 +2839,7 @@ DataOverviewItem::itemPaint(QPainter *painter, const QStyleOptionGraphicsItem *,
}

// separator for heading from data
painter->setPen(QPen(cnormal, 1, Qt::SolidLine, Qt::RoundCap));
painter->setPen(QPen(cnormal, 4, Qt::SolidLine, Qt::RoundCap));
painter->drawLine(paintarea.topLeft() + QPointF(0, lineheight * 2.2),
paintarea.topRight() + QPointF(0, lineheight * 2.2));

Expand Down

0 comments on commit f6375f1

Please sign in to comment.