Quote:
Originally Posted by boriar
 Why someone whould want steps of 2% instead of 1%????
|

Don't really know.
4.8.11090
Code:
<Patch>
patch_name = `Brightness fine control`
patch_enable = `no`
#
## Sun symbols change the frontlight brightness in 2% instead of 1% steps.
#
# ValueDisplaySlider::setStep(1) --> ValueDisplaySlider::setStep(2)
replace_int = 953862, 1, 2
</Patch>
Good luck.