summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@nokia.com>2010-02-09 18:40:13 +0100
committerMarco Bubke <marco.bubke@nokia.com>2010-02-09 18:40:26 +0100
commitf7207646bdb7d77994a0f300f2023abfe779ab25 (patch)
tree33986ced3416636b5539bfa1d6cf5a87f3ebbc14 /src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
parent5a28eaaca6c7f0b51d8eda27870638573f0dce11 (diff)
downloadqt-creator-f7207646bdb7d77994a0f300f2023abfe779ab25.tar.gz
fix typo
Diffstat (limited to 'src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp')
-rw-r--r--src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp b/src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
index 6e669d7e3a..5e456a8736 100644
--- a/src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
+++ b/src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
@@ -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"))