mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:49:00 +08:00
Improve wording of iconOnRightSide documentation
Contributes to issue CURA-5876.
This commit is contained in:
parent
82d8410d18
commit
a1f579a528
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user