summaryrefslogtreecommitdiffstats
path: root/examples/paintitem/myfile.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/paintitem/myfile.qml')
-rw-r--r--examples/paintitem/myfile.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/paintitem/myfile.qml b/examples/paintitem/myfile.qml
index bd9342c..b1b1446 100644
--- a/examples/paintitem/myfile.qml
+++ b/examples/paintitem/myfile.qml
@@ -11,6 +11,6 @@ Rectangle {
}
MyPaintItem {
anchors.fill: parent
- anchors.margins: 0
+ anchors.margins: 10
}
}