From 856f9d9de4473a537ce4084271008fd40e230e8f Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Sun, 19 Aug 2018 14:07:23 +0000 Subject: Replace top and bottom area's background image To improve scaling, replace top and bottom area's PNG image to SVG image. Bug-AGL: SPEC-1611 Change-Id: I547a96671c597cf3ac1ba1d3423fdb782bd93464 Signed-off-by: Tadao Tanikawa --- 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 9cff3ed..2a75cf8 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.png' + source: './images/TopSection_NoText_NoIcons-01.svg' fillMode: Image.PreserveAspectCrop RowLayout { -- cgit 1.2.3-korg