summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/content/RectSoftShadow.qml
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-05-11 05:30:14 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-05-11 05:30:14 (GMT)
commit04599cd17221b269028cab81054525a7f0a0e394 (patch)
tree08b6b280000404449562da7c31be88f4a7e9d972 /demos/declarative/webbrowser/content/RectSoftShadow.qml
parent5683a1b9dc6ce944ea250f05f92ccdec4c217410 (diff)
downloadQt-04599cd17221b269028cab81054525a7f0a0e394.zip
Qt-04599cd17221b269028cab81054525a7f0a0e394.tar.gz
Qt-04599cd17221b269028cab81054525a7f0a0e394.tar.bz2
Fix webbrowser demo
Diffstat (limited to 'demos/declarative/webbrowser/content/RectSoftShadow.qml')
-rw-r--r--demos/declarative/webbrowser/content/RectSoftShadow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/webbrowser/content/RectSoftShadow.qml b/demos/declarative/webbrowser/content/RectSoftShadow.qml
index 5817f00..1734433 100644
--- a/demos/declarative/webbrowser/content/RectSoftShadow.qml
+++ b/demos/declarative/webbrowser/content/RectSoftShadow.qml
@@ -24,7 +24,7 @@ Item {
source: "pics/softshadow-bottom.png"
x: 0
y: parent.height
- width: webview.width*webview.scale
+ width: WebView.width*WebView.scale
height: 16
}
}