From 3b07cd204bc79eea7ab8b9a872d8abd83b0a2cbb Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Fri, 5 Jul 2013 15:33:49 +0300 Subject: Profile: small tweak for tooltip separator line Add 3px of a initial horizontal offset. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- qt-ui/profilegraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/profilegraphics.cpp b/qt-ui/profilegraphics.cpp index 4a17dbca1..512b71549 100644 --- a/qt-ui/profilegraphics.cpp +++ b/qt-ui/profilegraphics.cpp @@ -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; -- cgit v1.2.3-70-g09d2