summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview/transparent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/webview/transparent.qml')
-rw-r--r--examples/declarative/webview/transparent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/webview/transparent.qml b/examples/declarative/webview/transparent.qml
index c23b5f5..0807cc5 100644
--- a/examples/declarative/webview/transparent.qml
+++ b/examples/declarative/webview/transparent.qml
@@ -2,7 +2,7 @@ import Qt 4.6
// The WebView background is transparent
// if the HTML does not specify a background
-Rect {
+Rectangle {
color: "green"
width: Web.width
height: Web.height