summaryrefslogtreecommitdiffstats
path: root/homescreen/qml/ShortcutIcon.qml
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-12-14 07:21:23 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-12-14 07:21:23 +0000
commitbcb5f4da30e6a45441ee467e15ab99420543dfba (patch)
treeff288ba646e2fe9f828fc1cd0fbdc014bf781e60 /homescreen/qml/ShortcutIcon.qml
parente332c64be597445db4dfd475915765845649be49 (diff)
parentb11094e01c1fe8000475691591bb8f93376acec4 (diff)
Merge "Revert "Display blank icon with first letter in new color scheme""
Diffstat (limited to 'homescreen/qml/ShortcutIcon.qml')
-rw-r--r--homescreen/qml/ShortcutIcon.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/homescreen/qml/ShortcutIcon.qml b/homescreen/qml/ShortcutIcon.qml
index 39931d1..c6f5a4e 100644
--- a/homescreen/qml/ShortcutIcon.qml
+++ b/homescreen/qml/ShortcutIcon.qml
@@ -16,7 +16,6 @@
*/
import QtQuick 2.2
-import QtQuick.Controls 2.0
MouseArea {
id: root
@@ -34,18 +33,6 @@ MouseArea {
source: './images/Shortcut/HMI_Shortcut_%1_Active-01.svg'.arg(root.name)
opacity: 1.0 - icon.opacity
}
- Label {
- id: name
- y: 160
- width: root.width - 10
- font.pixelSize: 15
- font.letterSpacing: 5
- // wrapMode: Text.WordWrap
- anchors.horizontalCenter: parent.horizontalCenter
- horizontalAlignment: Text.AlignHCenter
- color: "white"
- text: qsTr(model.name.toUpperCase())
- }
states: [
State {
when: root.active