mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:39:02 +08:00
Change default image reader algorithm from logarithmic to linear
The log curve might have some benefits but is also harder to understand and configure, so let's keep the default at linear. CURA-6540
This commit is contained in:
parent
1c13402670
commit
90f580494b
@ -158,7 +158,7 @@ UM.Dialog
|
||||
ComboBox {
|
||||
id: color_model
|
||||
objectName: "ColorModel"
|
||||
model: [ catalog.i18nc("@item:inlistbox","Translucency"), catalog.i18nc("@item:inlistbox","Linear") ]
|
||||
model: [ catalog.i18nc("@item:inlistbox","Linear"), catalog.i18nc("@item:inlistbox","Translucency") ]
|
||||
width: 180 * screenScaleFactor
|
||||
onCurrentIndexChanged: { manager.onColorModelChanged(currentIndex) }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user