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/MediaAreaBlank.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homescreen/qml/MediaAreaBlank.qml') diff --git a/homescreen/qml/MediaAreaBlank.qml b/homescreen/qml/MediaAreaBlank.qml index 2b888c8..c3a5f89 100644 --- a/homescreen/qml/MediaAreaBlank.qml +++ b/homescreen/qml/MediaAreaBlank.qml @@ -24,7 +24,7 @@ import MasterVolume 1.0 Image { width: 1080 height: 215 - source: './images/Utility_Logo_Background-01.png' + source: './images/Utility_Logo_Background-01.svg' property bool displayVolume: false; MouseArea { -- cgit 1.2.3-korg