We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc07d19 commit 4ed6f80Copy full SHA for 4ed6f80
src/textpointitem.cpp
@@ -68,7 +68,7 @@ QRectF TextPointItem::moveTextRect(const QRectF &rect) const
68
+ font().pixelSize()/4.0, textRect.height() / 2));
69
break;
70
case Text::Bottom:
71
- textRect.moveTopLeft(_pos - QPointF(textRect.width() / 2,
+ textRect.moveBottomLeft(_pos - QPointF(textRect.width() / 2,
72
iconRect.height() / 2));
73
74
case Text::Top:
0 commit comments