summaryrefslogtreecommitdiffstats
path: root/QtDemo/qml/QtDemo/SplashScreen.qml
diff options
context:
space:
mode:
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{