diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2017-12-15 23:36:56 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-15 16:08:17 +0000 |
commit | 31aa71161840d08dd8ca04590ef9fbcc40a8efeb (patch) | |
tree | 9321b8376e8250618f11a1a45ffd47fa233e7b0e /app/HeatDegree.qml | |
parent | b42fd7a17ca4b02b832f9f52a32b1af7e49eddbd (diff) |
Update to new color schemeeel_4.99.5eel/4.99.54.99.5
The color scheme has been changed to new one.
Bug-AGL: SPEC-673
Change-Id: I713a8116931524505aa549c68d27559ae518a612
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'app/HeatDegree.qml')
-rw-r--r-- | app/HeatDegree.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/HeatDegree.qml b/app/HeatDegree.qml index 878a9d8..aa5770a 100644 --- a/app/HeatDegree.qml +++ b/app/HeatDegree.qml @@ -42,7 +42,7 @@ ListView { verticalAlignment: Label.AlignVCenter text: model.modelData font.pixelSize: height * 0.8 - color: (ListView.view.enabled && ListView.isCurrentItem) ? '#66FF99' : 'white' + color: (ListView.view.enabled && ListView.isCurrentItem) ? '#00ADDC' : 'white' } preferredHighlightBegin: 0.5 |