summaryrefslogtreecommitdiffstats
path: root/examples/declarative/border-image/borders.qml
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-30 01:50:47 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-30 01:50:47 (GMT)
commit72932c6683729071c1acb3f4832c5dc53a561bdd (patch)
tree3faaf9cae46f67e52108beb5902cab9c272b155e /examples/declarative/border-image/borders.qml
parentff1a4e75056b200b7eb9117ddfd5b6cd27f4e92e (diff)
downloadQt-72932c6683729071c1acb3f4832c5dc53a561bdd.zip
Qt-72932c6683729071c1acb3f4832c5dc53a561bdd.tar.gz
Qt-72932c6683729071c1acb3f4832c5dc53a561bdd.tar.bz2
cleanup
Diffstat (limited to 'examples/declarative/border-image/borders.qml')
-rw-r--r--examples/declarative/border-image/borders.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/border-image/borders.qml b/examples/declarative/border-image/borders.qml
index e90abe6..9879416 100644
--- a/examples/declarative/border-image/borders.qml
+++ b/examples/declarative/border-image/borders.qml
@@ -8,11 +8,11 @@ Rectangle {
BorderImage {
x: 20; y: 20; width: 230; height: 240
smooth: true
- source: "colors-stretch.sci"
+ source: "content/colors-stretch.sci"
}
BorderImage {
x: 270; y: 20; width: 230; height: 240
smooth: true
- source: "colors-round.sci"
+ source: "content/colors-round.sci"
}
}