summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@nokia.com>2011-11-30 11:44:56 -0800
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2011-11-30 11:44:56 -0800
commit2db8a1c19f490279cc8156693ccef608d4308b2f (patch)
tree87a69cfacee802bff55b1e277a5d7048f562d18a
parent4095a5cfb5258b66bdae0b898a053a3b917b3fde (diff)
downloadqtquickcontrols-2db8a1c19f490279cc8156693ccef608d4308b2f.tar.gz
Fixed exclusive behavior in Gallery example
-rw-r--r--examples/Gallery.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Gallery.qml b/examples/Gallery.qml
index 1b017d4d..969312e6 100644
--- a/examples/Gallery.qml
+++ b/examples/Gallery.qml
@@ -332,6 +332,7 @@ Rectangle {
adjustToContentSize: true
ButtonRow {
id: tabPositionGroup
+ exclusive: true
RadioButton {
id: r1
text: "North"