aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/TopArea.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-07 10:43:39 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-07 10:43:39 +0900
commitc76c903dffed920552459a808f29ff5ad32e10be (patch)
tree7c3436071ab16941f36a1098163fdd1a408d2c6c /homescreen/qml/TopArea.qml
parent33d31b5bac3c8c9105d43d6566174f39ef7a4ea4 (diff)
add fullscreen button
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 {