From 6f2220f3ff7448350c1ef1a58ec86d29a0de9e52 Mon Sep 17 00:00:00 2001 From: Tomi Korpipaa Date: Fri, 3 May 2024 13:41:54 +0300 Subject: Fix tst_qmltheme manual test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some properties got removed in the theming unification, added them back. Change-Id: I1a03e2f828d5e2201bbc96a1d6ff08e02fe1ed4e Reviewed-by: Sakaria Pouke Reviewed-by: Tomi Korpipää Reviewed-by: Sami Varanka Reviewed-by: Kwanghyo Park --- tests/manual/qmltheme/qml/qmltheme/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/manual/qmltheme/qml/qmltheme/main.qml b/tests/manual/qmltheme/qml/qmltheme/main.qml index 9c1bb29..a3cf72c 100644 --- a/tests/manual/qmltheme/qml/qmltheme/main.qml +++ b/tests/manual/qmltheme/qml/qmltheme/main.qml @@ -49,6 +49,8 @@ Item { theme: GraphsTheme.Theme.QtGreen colorStyle: GraphsTheme.ObjectGradient plotAreaBackgroundColor: "gray" + baseColors: [surfaceColor] + baseGradients: [customGradient] gridMainColor: "lightGray" multiHighlightColor: "orange" singleHighlightColor: "yellow" -- cgit v1.2.3