From d1b4b38046388d7823ec66e8875301dc70e0db0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Arve=20S=C3=A6ther?= Date: Wed, 30 Sep 2020 19:18:48 +0200 Subject: nativestyle: SpinBox on Windows Change-Id: I334af68282a59099698e46020b0644318eae5cce Reviewed-by: Richard Moe Gustavsen --- tests/manual/nativestyle/SpinBoxes.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/manual/nativestyle/SpinBoxes.qml b/tests/manual/nativestyle/SpinBoxes.qml index 60e2213b..552f159b 100644 --- a/tests/manual/nativestyle/SpinBoxes.qml +++ b/tests/manual/nativestyle/SpinBoxes.qml @@ -48,6 +48,7 @@ ControlContainer { SpinBox { value: 500 to: 2000 + editable: true } SpinBox { -- cgit v1.2.3