From d50f498fef6e3b8d0ac08b0a6fe0275e7aa51859 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 21 Aug 2017 14:50:27 +0200 Subject: [PATCH] Let button inactive opacity be defined by theme colours They have an alpha channel. Let's put it to use... Contributes to issue CURA-4148. --- resources/themes/cura/styles.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/themes/cura/styles.qml b/resources/themes/cura/styles.qml index cc9e16fda1..5e9b584a3b 100755 --- a/resources/themes/cura/styles.qml +++ b/resources/themes/cura/styles.qml @@ -291,7 +291,6 @@ QtObject { UM.RecolorImage { id: tool_button_arrow - opacity: !control.enabled ? 0.2 : 1.0 anchors.right: parent.right; anchors.rightMargin: (Theme.getSize("button").width - Theme.getSize("button_icon").width) / 4 anchors.bottom: parent.bottom;