aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-12-03 15:02:21 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-12-03 14:40:42 +0000
commit6f9c52781a6ae2c84cb8b6e849a18856aef60f80 (patch)
treefc7b11cb4501117907df96cc355868dc56b7494c /tests
parent09e680cd5dcffda26efe9301881b91817a29f6b2 (diff)
Adapt MenuItem to designs
Decrease the padding and swap the label/indicator order. Change-Id: I0ee2528d3c3111024fe1a6e52acc0da1a0d30990 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/testbench/main.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manual/testbench/main.qml b/tests/manual/testbench/main.qml
index b375a098..679c8a1c 100644
--- a/tests/manual/testbench/main.qml
+++ b/tests/manual/testbench/main.qml
@@ -105,12 +105,15 @@ ApplicationWindow {
MenuItem {
text: "Option 1"
+ checkable: true
}
MenuItem {
text: "Option 2"
+ checkable: true
}
MenuItem {
text: "Option 3"
+ checkable: true
}
}