From 39dfac35fea148e653cfb66ce89274dcfde8aabb Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 29 Dec 2019 17:20:28 -0500 Subject: Remove icons from presets list The icons in the presets list do not serve any function, rather than update them to switch to the new "radio waves" icon like the launcher, just remove them. This provides visual consistency with the switch to using the microphone icon only for voice input related things. Bug-AGL: SPEC-2981 Change-Id: Ia785fa897feade411fe8a7042ffcfa6a129a36dd Signed-off-by: Scott Murray --- app/Radio.qml | 3 - app/images/Radio_Active_Icon.svg | 134 --------------------------------------- app/images/images.qrc | 1 - 3 files changed, 138 deletions(-) delete mode 100644 app/images/Radio_Active_Icon.svg diff --git a/app/Radio.qml b/app/Radio.qml index 3477ef6..6b7c951 100644 --- a/app/Radio.qml +++ b/app/Radio.qml @@ -260,9 +260,6 @@ ApplicationWindow { RowLayout { anchors.fill: parent - Image { - source: './images/Radio_Active_Icon.svg' - } ColumnLayout { Layout.fillWidth: true Label { diff --git a/app/images/Radio_Active_Icon.svg b/app/images/Radio_Active_Icon.svg deleted file mode 100644 index cfcc502..0000000 --- a/app/images/Radio_Active_Icon.svg +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/images/images.qrc b/app/images/images.qrc index 9161221..dcbcc11 100644 --- a/app/images/images.qrc +++ b/app/images/images.qrc @@ -7,6 +7,5 @@ FM_Icons_AM.svg FM_Icons_FM.svg HMI_Radio_Equalizer.svg - Radio_Active_Icon.svg -- cgit 1.2.3-korg