aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/manual/testbench/main.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/manual/testbench/main.qml b/tests/manual/testbench/main.qml
index 2a09b541..6f842c9c 100644
--- a/tests/manual/testbench/main.qml
+++ b/tests/manual/testbench/main.qml
@@ -74,10 +74,11 @@ ApplicationWindow {
Item {
Layout.fillWidth: true
}
+ Label {
+ text: "Light/Dark"
+ }
Switch {
id: themeSwitch
- text: "Light/Dark"
- layoutDirection: Qt.RightToLeft
}
}
}