mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Rename iconOnRightSide to isIconOnRightSide
More accurately represents the type of value that's in this property. Contributes to issue CURA-5876.
This commit is contained in:
parent
ef29fb0cfa
commit
2fdfdaa00b
2 changed files with 6 additions and 6 deletions
|
@ -162,7 +162,7 @@ Cura.ExpandableComponent
|
|||
anchors.right: parent.right
|
||||
|
||||
iconSource: UM.Theme.getIcon("arrow_right")
|
||||
iconOnRightSide: true
|
||||
isIconOnRightSide: true
|
||||
|
||||
onClicked: popupItem.configuration_method = ConfigurationMenu.ConfigurationMethod.CUSTOM
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue