aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-27 17:03:36 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-11-30 13:46:52 +0000
commitc97e82387a294b5faab79d9101efdba6bda074e8 (patch)
treeaa578d1f9a8cff769043e4ed39891b9e7e8655c1 /tests
parentd017f67c30f8072bbf40be076b6ba170149da2c8 (diff)
testbench: fix theme switch
It wasn't a good idea to use RTL, because the knob is also inverted :P Change-Id: Iee059807efb2243fb084381216a37f9c93961c19 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests')
-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
}
}
}