summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial1.qdoc
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-06 23:55:41 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-06 23:55:41 (GMT)
commit627f9b09896a1933dd55e1157a06bdec84c7d70c (patch)
treedbf1e71a46e2784fdae9e66226de3fd706659e8a /doc/src/declarative/tutorial1.qdoc
parent76408fe44b1b28fbe20c1ada0f1a7f728c1483d1 (diff)
downloadQt-627f9b09896a1933dd55e1157a06bdec84c7d70c.zip
Qt-627f9b09896a1933dd55e1157a06bdec84c7d70c.tar.gz
Qt-627f9b09896a1933dd55e1157a06bdec84c7d70c.tar.bz2
white background no good in web page, go gray
Diffstat (limited to 'doc/src/declarative/tutorial1.qdoc')
-rw-r--r--doc/src/declarative/tutorial1.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/tutorial1.qdoc b/doc/src/declarative/tutorial1.qdoc
index c2e3e22..6bb5012 100644
--- a/doc/src/declarative/tutorial1.qdoc
+++ b/doc/src/declarative/tutorial1.qdoc
@@ -14,7 +14,7 @@ Rect {
id: Page
width: 480
height: 200
- color: "white"
+ color: "LightGrey"
Text {
id: HelloText
text: "Hello world!"
@@ -35,7 +35,7 @@ Rect {
id: Page
width: 480
height: 200
- color: "white"
+ color: "LightGrey"
}
\endcode