diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-10-06 02:51:22 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-10-06 02:51:22 (GMT) |
commit | b9663faad39ae02b7dbee9f2cea7dce7d25894f8 (patch) | |
tree | b46fa4f56750ce70d24ed42fc4de284de5bbea97 /demos/declarative/webbrowser/content | |
parent | abf7649fb60a87208a3d915d97f4fee9bee02f26 (diff) | |
download | Qt-b9663faad39ae02b7dbee9f2cea7dce7d25894f8.zip Qt-b9663faad39ae02b7dbee9f2cea7dce7d25894f8.tar.gz Qt-b9663faad39ae02b7dbee9f2cea7dce7d25894f8.tar.bz2 |
lowercase ids
Diffstat (limited to 'demos/declarative/webbrowser/content')
-rw-r--r-- | demos/declarative/webbrowser/content/RectSoftShadow.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/webbrowser/content/RectSoftShadow.qml b/demos/declarative/webbrowser/content/RectSoftShadow.qml index 5b278ac..6bba98e 100644 --- a/demos/declarative/webbrowser/content/RectSoftShadow.qml +++ b/demos/declarative/webbrowser/content/RectSoftShadow.qml @@ -26,7 +26,7 @@ Item { source: "pics/softshadow-bottom.png" x: 0 y: parent.height - width: WebView.width*WebView.scale + width: webView.width*webView.scale height: 16 } } |