From f6acc98f3a96ab6cafedfe2a3f097a1974abad16 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 26 Oct 2016 10:56:32 +0200 Subject: Default: make disable controls easier to see Task-number: QTBUG-56698 Change-Id: I8e82ee2f2f9c38755e49b6f1b46e9f83a1363463 Reviewed-by: J-P Nurmi --- src/imports/controls/SwitchIndicator.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/imports/controls/SwitchIndicator.qml') diff --git a/src/imports/controls/SwitchIndicator.qml b/src/imports/controls/SwitchIndicator.qml index f11f7147..261d9999 100644 --- a/src/imports/controls/SwitchIndicator.qml +++ b/src/imports/controls/SwitchIndicator.qml @@ -47,7 +47,6 @@ Item { width: 56 height: 16 radius: 8 - opacity: control.enabled ? 1 : 0.3 color: control.checked ? (control.visualFocus ? "#0066ff" : "#353637") : "#e0e0e0" border.width: control.visualFocus ? 2 : 0 border.color: "#0066ff" -- cgit v1.2.3