summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
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
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')
-rw-r--r--doc/src/declarative/tutorial1.qdoc4
-rw-r--r--doc/src/declarative/tutorial2.qdoc2
-rw-r--r--doc/src/declarative/tutorial3.qdoc2
3 files changed, 4 insertions, 4 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
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!"
diff --git a/doc/src/declarative/tutorial3.qdoc b/doc/src/declarative/tutorial3.qdoc
index 3ac22a1..0b97e63 100644
--- a/doc/src/declarative/tutorial3.qdoc
+++ b/doc/src/declarative/tutorial3.qdoc
@@ -16,7 +16,7 @@ Rect {
id: Page
width: 480
height: 200
- color: "white"
+ color: "LightGrey"
Text {
id: HelloText
text: "Hello world!"