Round SettingsSlider by 1px.

This commit is contained in:
John Preston 2022-02-09 13:40:31 +03:00
parent 93ba307071
commit c1f44ca8c7

View file

@ -1005,6 +1005,7 @@ SettingsSlider {
barTop: pixels;
barSkip: pixels;
barStroke: pixels;
barRadius: pixels;
barFg: color;
barFgActive: color;
labelTop: pixels;
@ -1023,6 +1024,7 @@ defaultSettingsSlider: SettingsSlider {
barTop: 5px;
barSkip: 3px;
barStroke: 3px;
barRadius: 1px;
barFg: sliderBgInactive;
barFgActive: sliderBgActive;
labelTop: 17px;