mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Improve wording of iconOnRightSide documentation
Contributes to issue CURA-5876.
This commit is contained in:
parent
82d8410d18
commit
a1f579a528
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue