diff options
Diffstat (limited to 'demos/declarative/webbrowser/content/RectSoftShadow.qml')
-rw-r--r-- | demos/declarative/webbrowser/content/RectSoftShadow.qml | 4 |
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 |