fix color inversion and make variable naming descriptive

This commit is contained in:
Tim Kuipers 2019-03-22 11:42:31 +01:00
parent bdf102ea64
commit 32d79451cc
3 changed files with 7 additions and 7 deletions

View file

@ -134,8 +134,8 @@ UM.Dialog
anchors.verticalCenter: parent.verticalCenter
}
ComboBox {
id: image_color_invert
objectName: "Image_Color_Invert"
id: lighter_is_higher
objectName: "Lighter_Is_Higher"
model: [ catalog.i18nc("@item:inlistbox","Darker is higher"), catalog.i18nc("@item:inlistbox","Lighter is higher") ]
width: 180 * screenScaleFactor
onCurrentIndexChanged: { manager.onImageColorInvertChanged(currentIndex) }