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/SpinBox.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/imports/controls/SpinBox.qml') diff --git a/src/imports/controls/SpinBox.qml b/src/imports/controls/SpinBox.qml index 89853116..de1228d1 100644 --- a/src/imports/controls/SpinBox.qml +++ b/src/imports/controls/SpinBox.qml @@ -137,7 +137,6 @@ T.SpinBox { //! [background] background: Rectangle { - opacity: control.enabled ? 1 : 0.3 implicitWidth: 140 border.color: "#e0e0e0" } -- cgit v1.2.3