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/ImgDestinationDirection.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/ImgDestinationDirection.qml')
-rw-r--r-- | app/ImgDestinationDirection.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/ImgDestinationDirection.qml b/app/ImgDestinationDirection.qml index b652cdc..e6ee5de 100644 --- a/app/ImgDestinationDirection.qml +++ b/app/ImgDestinationDirection.qml @@ -32,7 +32,7 @@ Item { State { name: "2" // DirectionBearRight PropertyChanges { target: img_destination_direction; visible: true } - PropertyChanges { target: direction; source: "images/11_2_bear_right_112px-Signal_C117a.svg.png" } + PropertyChanges { target: direction; source: "images/11_2_bear_right_112px-Signal_C117a.png" } }, State { name: "3" // DirectionLightRight @@ -52,13 +52,13 @@ Item { State { name: "6" // DirectionUTurnRight PropertyChanges { target: img_destination_direction; visible: true } -// PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_211.svg.png" } - PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_212.svg.png" } // No u-turn right in CES2019 +// PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_211.png" } + PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_212.png" } // No u-turn right in CES2019 }, State { name: "7" // DirectionUTurnLeft PropertyChanges { target: img_destination_direction; visible: true } - PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_212.svg.png" } + PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_212.png" } }, State { name: "8" // DirectionHardLeft @@ -78,7 +78,7 @@ Item { State { name: "11" // DirectionBearLeft PropertyChanges { target: img_destination_direction; visible: true } - PropertyChanges { target: direction; source: "images/10_11_bear_left_112px-Signal_C117a.svg.png" } + PropertyChanges { target: direction; source: "images/10_11_bear_left_112px-Signal_C117a.png" } }, State { name: "12" // arrived at your destination |