aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenNG/qml/MediaAreaBlank.qml
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreenNG/qml/MediaAreaBlank.qml')
-rw-r--r--HomeScreenNG/qml/MediaAreaBlank.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/HomeScreenNG/qml/MediaAreaBlank.qml b/HomeScreenNG/qml/MediaAreaBlank.qml
new file mode 100644
index 0000000..7698e18
--- /dev/null
+++ b/HomeScreenNG/qml/MediaAreaBlank.qml
@@ -0,0 +1,12 @@
+import QtQuick 2.7
+
+Image {
+ width: 1080
+ height: 215
+ source: './images/Utility_Logo_Background-01.png'
+
+ Image {
+ anchors.centerIn: parent
+ source: './images/Utility_Logo_Colour-01.png'
+ }
+}