diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-12-31 16:10:49 +0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-12-31 01:51:09 -0800 |
commit | bc3f00d2fe42a82844a7a323cbf681b1ce706065 (patch) | |
tree | d2ea79d3ed7203588a279dd1c79524b5bab6a4a5 /app/BtnPresentPosition.qml | |
parent | 483f573720a4e0a3db8f41af37acb8e137421192 (diff) |
images: rename files from .svg.png to .png
Files are PNGs and not SVGs so drop that in the filenames
and respective references.
Bug-AGL: SPEC-3035
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Change-Id: I2f693d886bb22b3464ff8cbbbd1ee0a23cfdf69c
Diffstat (limited to 'app/BtnPresentPosition.qml')
-rw-r--r-- | app/BtnPresentPosition.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/BtnPresentPosition.qml b/app/BtnPresentPosition.qml index 496847e..b6134e8 100644 --- a/app/BtnPresentPosition.qml +++ b/app/BtnPresentPosition.qml @@ -22,7 +22,7 @@ Item { height: 92 anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter - source: "images/207px-Car_icon_top.svg.png" + source: "images/207px-Car_icon_top.png" } } states: [ |