mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Strike out profile value if it is overridden by the current setting
CURA-1668
This commit is contained in:
parent
2d63ce889f
commit
07b51d0ca8
@ -142,6 +142,8 @@ UM.ManagementPage
|
|||||||
Label {
|
Label {
|
||||||
text: setting.values[index].toString()
|
text: setting.values[index].toString()
|
||||||
width: scrollView.width / 100 * 10
|
width: scrollView.width / 100 * 10
|
||||||
|
font.strikeout: index < setting.values.length - 1 && setting.values[index + 1] != ""
|
||||||
|
opacity: font.strikeout ? 0.5 : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user