From 363de3d2b33919c92eeced2e15ec213b39ae5cc8 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Wed, 2 Nov 2011 03:26:28 +0200 Subject: [PATCH] ButtonRow.qml:modify bool exlucive doc --- declarativeimports/plasmacomponents/qml/ButtonRow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/qml/ButtonRow.qml b/declarativeimports/plasmacomponents/qml/ButtonRow.qml index b957e487a..44f1d74e5 100644 --- a/declarativeimports/plasmacomponents/qml/ButtonRow.qml +++ b/declarativeimports/plasmacomponents/qml/ButtonRow.qml @@ -70,7 +70,7 @@ import "ButtonGroup.js" as Behavior Properties: bool exclusive: Specifies the grouping behavior. If enabled, the checked property on buttons contained - in the group will be exclusive. + in the group will be exclusive.The default value is true. Note that a button in an exclusive group will allways be checkable