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:
Ghostkeeper 2018-12-04 14:47:34 +01:00
parent ef29fb0cfa
commit 2fdfdaa00b
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 6 additions and 6 deletions

View file

@ -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
}