aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending/chapter5-listproperties/app.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/tutorials/extending/chapter5-listproperties/app.qml')
-rw-r--r--examples/qml/tutorials/extending/chapter5-listproperties/app.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/qml/tutorials/extending/chapter5-listproperties/app.qml b/examples/qml/tutorials/extending/chapter5-listproperties/app.qml
index a57d1b833f..68aa6e0c1d 100644
--- a/examples/qml/tutorials/extending/chapter5-listproperties/app.qml
+++ b/examples/qml/tutorials/extending/chapter5-listproperties/app.qml
@@ -49,17 +49,17 @@ Item {
width: 100; height: 100
slices: [
- PieSlice {
+ PieSlice {
anchors.fill: parent
color: "red"
- fromAngle: 0; angleSpan: 110
+ fromAngle: 0; angleSpan: 110
},
- PieSlice {
+ PieSlice {
anchors.fill: parent
color: "black"
- fromAngle: 110; angleSpan: 50
+ fromAngle: 110; angleSpan: 50
},
- PieSlice {
+ PieSlice {
anchors.fill: parent
color: "blue"
fromAngle: 160; angleSpan: 100