Strike out profile value if it is overridden by the current setting

CURA-1668
This commit is contained in:
fieldOfView 2016-06-08 17:04:04 +02:00
parent 2d63ce889f
commit 07b51d0ca8

View File

@ -142,6 +142,8 @@ UM.ManagementPage
Label {
text: setting.values[index].toString()
width: scrollView.width / 100 * 10
font.strikeout: index < setting.values.length - 1 && setting.values[index + 1] != ""
opacity: font.strikeout ? 0.5 : 1
}
}
Label {