Improve wording of iconOnRightSide documentation

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-12-04 14:01:49 +01:00
parent 82d8410d18
commit a1f579a528
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -43,7 +43,7 @@ Button
contentItem: Row
{
//Icon if displayed on the left side.
//Left side icon. Only displayed if !iconOnRightSide.
UM.RecolorImage
{
id: buttonIconLeft
@ -71,7 +71,7 @@ Button
elide: Text.ElideRight
}
//Icon if displayed on the right side.
//Right side icon. Only displayed if iconOnRightSide.
UM.RecolorImage
{
id: buttonIconRight