From dc65e3042428a974803fca66ee2531e35ee97ddb Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Mon, 10 Sep 2018 20:32:13 +0300 Subject: [PATCH] Fixed opacity of power icons --- slice/LoopListPowerItem.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slice/LoopListPowerItem.qml b/slice/LoopListPowerItem.qml index d136841..1adbd6b 100644 --- a/slice/LoopListPowerItem.qml +++ b/slice/LoopListPowerItem.qml @@ -44,6 +44,7 @@ Item sourceSize.height: descriptionLabel.height + 10 - 4 x: 2 y: 2 + opacity: 0 } ColorOverlay @@ -52,6 +53,7 @@ Item anchors.fill: powerItemIcon source: powerItemIcon color: ( hover ? colors.iconHover : colors.icon ) + opacity: parent.opacity } Rectangle