summaryrefslogtreecommitdiffstats
path: root/QtDemo/qml/QtDemo/SplashScreen.qml
diff options
context:
space:
mode:
authorLasse Räihä <lasse.raiha@digia.com>2013-05-27 16:06:27 +0300
committerKimmo Ollila <kimmo.ollila@digia.com>2013-05-27 16:07:41 +0300
commit3d785514a22473b5d815298772afe9933550317d (patch)
tree2f816e81057ede833dc5b9b611ce15daec67cd67 /QtDemo/qml/QtDemo/SplashScreen.qml
parentab54713923cfb3bcddca8deb146def8e62979492 (diff)
Removed unnecessary debug-messages. Refactoring code. Added demo-colors.
Change-Id: I4da7b572ba85436b5a45400b4c9098364ba293e9 Reviewed-by: Kimmo Ollila <kimmo.ollila@digia.com>
Diffstat (limited to 'QtDemo/qml/QtDemo/SplashScreen.qml')
-rw-r--r--QtDemo/qml/QtDemo/SplashScreen.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtDemo/qml/QtDemo/SplashScreen.qml b/QtDemo/qml/QtDemo/SplashScreen.qml
index 5e3289b..b97c314 100644
--- a/QtDemo/qml/QtDemo/SplashScreen.qml
+++ b/QtDemo/qml/QtDemo/SplashScreen.qml
@@ -12,7 +12,7 @@ Item {
Rectangle{
id: background
anchors.fill:parent
- color: "#111111"
+ color: "black"
}
ParticleSystem{