summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/content/RectSoftShadow.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-02 06:23:26 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-02 06:23:26 (GMT)
commit37b4fd7b6615b5e73b0fb71d56df98302ec90de3 (patch)
treedc4c883b4e7cc1fb1aa54d4e6397cfe85fda5d68 /demos/declarative/webbrowser/content/RectSoftShadow.qml
parentd9735849834a5efc638dd026d6fe51d15dc528ee (diff)
downloadQt-37b4fd7b6615b5e73b0fb71d56df98302ec90de3.zip
Qt-37b4fd7b6615b5e73b0fb71d56df98302ec90de3.tar.gz
Qt-37b4fd7b6615b5e73b0fb71d56df98302ec90de3.tar.bz2
Restructure for easier re-use.
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
}
}