make night light color temp slider more intuitive

This commit is contained in:
end-4
2025-10-23 09:19:07 +02:00
parent 6267e54ad7
commit a536e1600d
@@ -70,10 +70,10 @@ WindowDialog {
leftMargin: 4
rightMargin: 4
}
text: Translation.tr("Color temperature")
from: 1000
to: 20000
stopIndicatorValues: [6000, to]
text: Translation.tr("Intensity")
from: 6500
to: 1200
stopIndicatorValues: [5000, to]
value: Config.options.light.night.colorTemperature
onMoved: Config.options.light.night.colorTemperature = value
tooltipContent: `${Math.round(value)}K`