From 78fb6c1c788a78b5d753d835e1620649a0b0f34b Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Mon, 20 Nov 2017 21:42:41 +0900 Subject: Change to new color scheme - Color scheme has been changed - Icon and text has been splitted Incoming patch is necessary to show text with icons. Bug-AGL: SPEC-1085 Change-Id: I267a4fef9901b56e355efac7357c101fd9162421 Signed-off-by: Tadao Tanikawa (cherry picked from commit f756a01c3e78ebdb1ebe74efa52b8905a6a2c6b5) --- homescreen/qml/ShortcutIcon.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'homescreen/qml/ShortcutIcon.qml') diff --git a/homescreen/qml/ShortcutIcon.qml b/homescreen/qml/ShortcutIcon.qml index 6f8e05e..c6f5a4e 100644 --- a/homescreen/qml/ShortcutIcon.qml +++ b/homescreen/qml/ShortcutIcon.qml @@ -26,11 +26,11 @@ MouseArea { Image { id: icon anchors.fill: parent - source: './images/Shortcut/HMI_Shortcut_%1-01.png'.arg(root.name) + source: './images/Shortcut/HMI_Shortcut_%1-01.svg'.arg(root.name) } Image { anchors.fill: parent - source: './images/Shortcut/HMI_Shortcut_%1_Active-01.png'.arg(root.name) + source: './images/Shortcut/HMI_Shortcut_%1_Active-01.svg'.arg(root.name) opacity: 1.0 - icon.opacity } states: [ -- cgit 1.2.3-korg