aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/TopArea.qml
diff options
context:
space:
mode:
authortiansen <tian_sen@dl.cn.nexty-ele.com>2018-11-02 20:40:38 +0800
committertiansen <tian_sen@dl.cn.nexty-ele.com>2018-11-02 20:40:38 +0800
commit26e3a508eb0bec7a59dbcef0251233df42781963 (patch)
tree2649f1ec185c5173cbbb5e07275649d1dbbe0100 /homescreen/qml/TopArea.qml
parent33d31b5bac3c8c9105d43d6566174f39ef7a4ea4 (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 {