mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Strike out profile value if it is overridden by the current setting
CURA-1668
This commit is contained in:
parent
2d63ce889f
commit
07b51d0ca8
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue