Profile: small tweak for tooltip separator line

Add 3px of a initial horizontal offset.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-07-05 15:33:49 +03:00 committed by Dirk Hohndel
parent dfb3e2cbea
commit 3b07cd204b

View file

@ -1341,7 +1341,7 @@ void ToolTipItem::updateTitlePosition()
title->setBrush(Qt::white);
if (toolTips.size() > 0) {
double x1 = 0;
double x1 = 3;
double y1 = title->pos().y() + SPACING/2 + title->boundingRect().height();
double x2 = boundingRect().width() - 10;
double y2 = y1;