summaryrefslogtreecommitdiffstats
path: root/examples/declarative/fillmode/fillmode.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/fillmode/fillmode.qml')
-rw-r--r--examples/declarative/fillmode/fillmode.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/fillmode/fillmode.qml b/examples/declarative/fillmode/fillmode.qml
index f2a87c8..9e22885 100644
--- a/examples/declarative/fillmode/fillmode.qml
+++ b/examples/declarative/fillmode/fillmode.qml
@@ -28,7 +28,7 @@ Image {
}
Text {
id: Label
- font.size: 24
+ font.pointSize: 24
color: "blue"
style: "Outline"
styleColor: "white"