diff --git a/declarativeimports/plasmacomponents/qml/Button.qml b/declarativeimports/plasmacomponents/qml/Button.qml index 8ea122e24..6f5f74b89 100644 --- a/declarativeimports/plasmacomponents/qml/Button.qml +++ b/declarativeimports/plasmacomponents/qml/Button.qml @@ -57,7 +57,8 @@ Properties: * url iconSource: This property holds the source url for the Button's icon. - The default value is an empty url, which displays no icon, it can be any image from any protocol supported by the Image element, or a freedesktop-compatible icon name + The default value is an empty url, which displays no icon. + It can be any image from any protocol supported by the Image element, or a freedesktop-compatible icon name * font font: This property holds the font used by the button label. diff --git a/declarativeimports/plasmacomponents/qml/ToolButton.qml b/declarativeimports/plasmacomponents/qml/ToolButton.qml index f18c59f5d..295819160 100644 --- a/declarativeimports/plasmacomponents/qml/ToolButton.qml +++ b/declarativeimports/plasmacomponents/qml/ToolButton.qml @@ -46,6 +46,7 @@ Properties: alias iconSource: Sets the icon for the button. + It can be any image from any protocol supported by the Image element, or a freedesktop-compatible icon name alias font: Sets the font for the button.