summaryrefslogtreecommitdiffstats
path: root/qml/BootScreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/BootScreen.qml')
-rw-r--r--qml/BootScreen.qml7
1 files changed, 2 insertions, 5 deletions
diff --git a/qml/BootScreen.qml b/qml/BootScreen.qml
index 647e5b7..4d57e26 100644
--- a/qml/BootScreen.qml
+++ b/qml/BootScreen.qml
@@ -67,7 +67,7 @@ Item {
anchors.topMargin: engine.mm(4)
anchors.horizontalCenter: logo.horizontalCenter
font.pixelSize: engine.fontSize() * 1.2
- color: "white"
+ color: "black"
text: "Boot to Qt"
opacity: logo.opacity * 0.5
}
@@ -114,10 +114,7 @@ Item {
ImageParticle {
id: starParticle
- source: "images/particle_star.png"
- color: "#ffffff"
- alpha: 0
- colorVariation: 0
+ source: "images/particle_star2.png"
}
Emitter {