Просмотр исходного кода
Fix the width of the slider label when the number of layers was exactly
10, 100, 1000 and so on.
The calculation was using the maximumValue that is 9 in case we have 10
layers, since we start counting from 0 but showing from 1. Now it uses
maximumValue + 1.