aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/TopArea.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-05 19:26:49 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-05 19:26:49 +0900
commitff86f7a823bf7b592e1011f6f31d89673ec725e6 (patch)
treefe95e5080ecefaac48140e651fabd4c43803ed4c /homescreen/qml/TopArea.qml
parent281589cfc259dc413f05fb0488fbcceeaeaf06bb (diff)
add bug code
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 {