summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-07-16 23:27:57 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-07-16 23:27:57 (GMT)
commitb1690ae329a3b81628d3ac6c19b24960177b6e73 (patch)
tree6da4226f10f56ff3f1f1a151e551cb57d37664be
parent04c4e4ee54dd7e1d9a01394a680af498e3864e66 (diff)
downloadQt-b1690ae329a3b81628d3ac6c19b24960177b6e73.zip
Qt-b1690ae329a3b81628d3ac6c19b24960177b6e73.tar.gz
Qt-b1690ae329a3b81628d3ac6c19b24960177b6e73.tar.bz2
Change the color of the particles
-rw-r--r--demos/declarative/samegame/SameGame.qml2
-rw-r--r--demos/declarative/samegame/content/pics/blueStar.pngbin2684 -> 278 bytes
-rw-r--r--demos/declarative/samegame/content/pics/greenStar.pngbin2675 -> 273 bytes
-rw-r--r--demos/declarative/samegame/content/pics/redStar.pngbin2676 -> 274 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/samegame/SameGame.qml b/demos/declarative/samegame/SameGame.qml
index c929c91..23a83b8 100644
--- a/demos/declarative/samegame/SameGame.qml
+++ b/demos/declarative/samegame/SameGame.qml
@@ -3,7 +3,7 @@ import "content"
Rect {
width: 460
height: 700
- color: "white"
+ color: activePalette.window
Script { source: "content/samegame.js" }
Rect{
property int score: 0
diff --git a/demos/declarative/samegame/content/pics/blueStar.png b/demos/declarative/samegame/content/pics/blueStar.png
index 822dc53..ff9588f 100644
--- a/demos/declarative/samegame/content/pics/blueStar.png
+++ b/demos/declarative/samegame/content/pics/blueStar.png
Binary files differ
diff --git a/demos/declarative/samegame/content/pics/greenStar.png b/demos/declarative/samegame/content/pics/greenStar.png
index 1abbcf0..cd06854 100644
--- a/demos/declarative/samegame/content/pics/greenStar.png
+++ b/demos/declarative/samegame/content/pics/greenStar.png
Binary files differ
diff --git a/demos/declarative/samegame/content/pics/redStar.png b/demos/declarative/samegame/content/pics/redStar.png
index b18834f..0a4dffe 100644
--- a/demos/declarative/samegame/content/pics/redStar.png
+++ b/demos/declarative/samegame/content/pics/redStar.png
Binary files differ