From 5a9c04c866e05c5fe3fac974397d3bbe7737e49a Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Wed, 2 Nov 2011 03:25:38 +0200 Subject: [PATCH] ButtonColumn.qml:modify bool exclusive --- declarativeimports/plasmacomponents/qml/ButtonColumn.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/plasmacomponents/qml/ButtonColumn.qml b/declarativeimports/plasmacomponents/qml/ButtonColumn.qml index 12f9dacc0..e5394e10f 100644 --- a/declarativeimports/plasmacomponents/qml/ButtonColumn.qml +++ b/declarativeimports/plasmacomponents/qml/ButtonColumn.qml @@ -69,7 +69,7 @@ Description: 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