summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorTapani Mikola <tapani.mikola@nokia.com>2009-08-10 19:18:47 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-13 05:20:43 (GMT)
commit421d6bdfa8163b35f232f2e408bee09cf844134f (patch)
tree59df41d4a5b10f98233d6a3992e7dbd2152f3d57 /demos
parentfb4e1ab74a0c2a2fb7fcbf251fee138742495781 (diff)
downloadQt-421d6bdfa8163b35f232f2e408bee09cf844134f.zip
Qt-421d6bdfa8163b35f232f2e408bee09cf844134f.tar.gz
Qt-421d6bdfa8163b35f232f2e408bee09cf844134f.tar.bz2
BorderImage fix.
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/webbrowser/content/RectSoftShadow.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/declarative/webbrowser/content/RectSoftShadow.qml b/demos/declarative/webbrowser/content/RectSoftShadow.qml
index 8b337cd..5b278ac 100644
--- a/demos/declarative/webbrowser/content/RectSoftShadow.qml
+++ b/demos/declarative/webbrowser/content/RectSoftShadow.qml
@@ -1,14 +1,14 @@
import Qt 4.6
Item {
- Image {
+ BorderImage {
source: "pics/softshadow-left.sci"
x: -16
y: -16
width: 16
height: parent.height+32
}
- Image {
+ BorderImage {
source: "pics/softshadow-right.sci"
x: parent.width
y: -16