aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBramastyo Harimukti <bramastyo.harimukti.santoso@pelagicore.com>2019-10-02 11:39:18 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2019-10-10 12:30:43 +0000
commitd1e180a525775b86da5dd071f167578464dab98f (patch)
tree6284da913517fe64a4f8c4c21f91488dc3e88483
parent5f350d0a75ccfc05905ed918f7fa7febe71931de (diff)
[controls] fix list item opacityv5.13.1_QtAS
- when launcher is opened and then closed, all lists are being grayed out because it took the wrong opacity Change-Id: Iab37e627e2c2b5edc40587a3155cbdca6417d91a Fixes: AUTOSUITE-1286 Reviewed-by: Anatoly Kozlov <AnKozlov@luxoft.com> Reviewed-by: Alexandra Betouni <ABetouni@luxoft.com>
-rw-r--r--plugins/controls/ListItemBasic.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/controls/ListItemBasic.qml b/plugins/controls/ListItemBasic.qml
index c4d31dc6..0becc62b 100644
--- a/plugins/controls/ListItemBasic.qml
+++ b/plugins/controls/ListItemBasic.qml
@@ -143,7 +143,7 @@ ItemDelegate {
rightPadding: 0
bottomPadding: 0
topPadding: 0
- opacity: enabled ? root.opacity : Style.defaultDisabledOpacity
+ opacity: enabled ? 1.0 : Style.defaultDisabledOpacity
icon.color: Style.contrastColor
implicitHeight: Math.max(