aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-11-20 21:42:41 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-17 10:22:06 +0000
commit78fb6c1c788a78b5d753d835e1620649a0b0f34b (patch)
tree6af9517725ebf1ef430ec3ab355f077c760c602c /homescreen/src
parentb3c1614cca02e9721e5ab2391b877144f52238ba (diff)
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 <tanikawa.tadao@jp.panasonic.com> (cherry picked from commit f756a01c3e78ebdb1ebe74efa52b8905a6a2c6b5)
Diffstat (limited to 'homescreen/src')
-rw-r--r--homescreen/src/applicationmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/homescreen/src/applicationmodel.cpp b/homescreen/src/applicationmodel.cpp
index 8837ba9..6d32d27 100644
--- a/homescreen/src/applicationmodel.cpp
+++ b/homescreen/src/applicationmodel.cpp
@@ -49,8 +49,8 @@ namespace {
icon[0] = icon[0].toUpper();
}
- if ( !QFile::exists(QString(":/images/HMI_AppLauncher_%1_Active-01.png").arg(icon)) ||
- !QFile::exists(QString(":/images/HMI_AppLauncher_%1_Inactive-01.png").arg(icon)) )
+ if ( !QFile::exists(QString(":/images/HMI_AppLauncher_%1_Active-01.svg").arg(icon)) ||
+ !QFile::exists(QString(":/images/HMI_AppLauncher_%1_Inactive-01.svg").arg(icon)) )
{
icon = "Blank";
}