Skip to content
Snippets Groups Projects
Commit f7207646 authored by Marco Bubke's avatar Marco Bubke
Browse files

fix typo

parent 5a28eaac
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ void FormEditorGraphicsView::drawForeground(QPainter *painter, const QRectF &/*r
else
painter->setPen(Qt::black);
painter->drawText(QPoint(50.0, 60.0), QString("h:"));
painter->drawText(QPoint(50.0, 60.0), QString("b:"));
painter->drawText(QPoint(60.0, 60.0), m_feedbackNode.instanceValue("anchors.bottomMargin").toString());
if (m_beginTopMargin != m_feedbackNode.instanceValue("anchors.horizontalCenterOffset"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment