summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial2.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/tutorial2.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/tutorial2.qdoc')
-rw-r--r--doc/src/declarative/tutorial2.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/tutorial2.qdoc b/doc/src/declarative/tutorial2.qdoc
index 54f1828..1535c42 100644
--- a/doc/src/declarative/tutorial2.qdoc
+++ b/doc/src/declarative/tutorial2.qdoc
@@ -37,7 +37,7 @@ Rect {
id: Page
width: 480
height: 200
- color: "white"
+ color: "LightGrey"
Text {
id: HelloText
text: "Hello world!"