summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/content/RectSoftShadow.qml
diff options
context:
space:
mode:
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 6bba98e..5b6d4ec 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: parent.width
height: 16
}
}