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