summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2024-05-03 13:41:54 +0300
committerTomi Korpipaa <tomi.korpipaa@qt.io>2024-05-06 13:34:25 +0300
commit6f2220f3ff7448350c1ef1a58ec86d29a0de9e52 (patch)
treecb65ca34aa5f8e1d28970b4df9e4d1abebb8d753
parent805ba144e68dc300ae878f839b9cd7bce63fdcb0 (diff)
Fix tst_qmltheme manual test
Some properties got removed in the theming unification, added them back. Change-Id: I1a03e2f828d5e2201bbc96a1d6ff08e02fe1ed4e Reviewed-by: Sakaria Pouke <sakaria.pouke@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Sami Varanka <sami.varanka@qt.io> Reviewed-by: Kwanghyo Park <kwanghyo.park@qt.io>
-rw-r--r--tests/manual/qmltheme/qml/qmltheme/main.qml2
1 files changed, 2 insertions, 0 deletions
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"