aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/TopArea.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-07-09 10:41:34 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-07-09 10:41:34 +0900
commit87094d6f30dbba6152ec45a1a3c0c82d89a6ffde (patch)
treebf3dbe26a3bdc90ebcf8921cd3fef8b7d91777a1 /homescreen/qml/TopArea.qml
parent7607dc1bb93a4df66f1416c1a1a662840fc02e5e (diff)
Diffstat (limited to 'homescreen/qml/TopArea.qml')
-rw-r--r--homescreen/qml/TopArea.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/qml/TopArea.qml b/homescreen/qml/TopArea.qml
index 2a75cf8..9cff3ed 100644
--- a/homescreen/qml/TopArea.qml
+++ b/homescreen/qml/TopArea.qml
@@ -22,7 +22,7 @@ import QtQuick.Controls 2.0
Image {
width: 1920
height: 218
- source: './images/TopSection_NoText_NoIcons-01.svg'
+ source: './images/TopSection_NoText_NoIcons-01.png'
fillMode: Image.PreserveAspectCrop
RowLayout {