summaryrefslogtreecommitdiffstats
path: root/basicsuite/Qt5 Cinematic Demo/content
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/Qt5 Cinematic Demo/content')
-rw-r--r--basicsuite/Qt5 Cinematic Demo/content/Background.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/basicsuite/Qt5 Cinematic Demo/content/Background.qml b/basicsuite/Qt5 Cinematic Demo/content/Background.qml
index 8124d01..f0225ba 100644
--- a/basicsuite/Qt5 Cinematic Demo/content/Background.qml
+++ b/basicsuite/Qt5 Cinematic Demo/content/Background.qml
@@ -1,11 +1,10 @@
import QtQuick 2.0
import QtQuick.Particles 2.0
-Rectangle {
+Item {
id: root
anchors.fill: parent
- color: "#ffffff"
Image {
id: backgroundImage