From 26e3a508eb0bec7a59dbcef0251233df42781963 Mon Sep 17 00:00:00 2001 From: tiansen Date: Fri, 2 Nov 2018 20:40:38 +0800 Subject: vertical --- homescreen/qml/TopArea.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homescreen/qml/TopArea.qml') 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 { -- cgit 1.2.3-korg