aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending/chapter4-customPropertyTypes/app.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/tutorials/extending/chapter4-customPropertyTypes/app.qml')
-rw-r--r--examples/qml/tutorials/extending/chapter4-customPropertyTypes/app.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qml/tutorials/extending/chapter4-customPropertyTypes/app.qml b/examples/qml/tutorials/extending/chapter4-customPropertyTypes/app.qml
index 441b7f9b82..c757fdaedd 100644
--- a/examples/qml/tutorials/extending/chapter4-customPropertyTypes/app.qml
+++ b/examples/qml/tutorials/extending/chapter4-customPropertyTypes/app.qml
@@ -49,9 +49,9 @@ Item {
anchors.centerIn: parent
width: 100; height: 100
- pieSlice: PieSlice {
+ pieSlice: PieSlice {
anchors.fill: parent
- color: "red"
+ color: "red"
}
}