aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/TopArea.qml
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2018-08-19 14:07:23 +0000
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2018-08-19 14:07:23 +0000
commit856f9d9de4473a537ce4084271008fd40e230e8f (patch)
treedc9c4949cd5be0a2fb2d10fbb8756927ae3ce332 /homescreen/qml/TopArea.qml
parent389a02a99961f1bcc6d317ffc9223ea7f2d05023 (diff)
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 <tanikawa.tadao@jp.panasonic.com>
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 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 {