work around a slider issue to allow setting 0

This commit is contained in:
Tomasz Śniatowski 2008-09-30 19:14:25 +01:00
parent ad6e512b9e
commit 11aff95bb8

View file

@ -120,7 +120,7 @@
[slider]
id = "custom_tod_red"
definition = "default"
best_slider_length = 511
best_slider_length = 512
minimum_value = -255
maximum_value = 255
step_size = 1
@ -146,7 +146,7 @@
[slider]
id = "custom_tod_green"
definition = "default"
best_slider_length = 511
best_slider_length = 512
minimum_value = -255
maximum_value = 255
step_size = 1
@ -172,7 +172,7 @@
[slider]
id = "custom_tod_blue"
definition = "default"
best_slider_length = 511
best_slider_length = 512
minimum_value = -255
maximum_value = 255
step_size = 1