summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial2.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/declarative/tutorial2.qdoc')
-rw-r--r--doc/src/declarative/tutorial2.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/tutorial2.qdoc b/doc/src/declarative/tutorial2.qdoc
index c22a01a..4be0702 100644
--- a/doc/src/declarative/tutorial2.qdoc
+++ b/doc/src/declarative/tutorial2.qdoc
@@ -41,7 +41,7 @@ Rect {
Text {
id: HelloText
text: "Hello world!"
- font.size: 24
+ font.pointSize: 24
font.bold: true
y: 30
anchors.horizontalCenter: Page.horizontalCenter