Round SettingsSlider by 1px.
This commit is contained in:
parent
93ba307071
commit
c1f44ca8c7
1 changed files with 2 additions and 0 deletions
|
|
@ -1005,6 +1005,7 @@ SettingsSlider {
|
||||||
barTop: pixels;
|
barTop: pixels;
|
||||||
barSkip: pixels;
|
barSkip: pixels;
|
||||||
barStroke: pixels;
|
barStroke: pixels;
|
||||||
|
barRadius: pixels;
|
||||||
barFg: color;
|
barFg: color;
|
||||||
barFgActive: color;
|
barFgActive: color;
|
||||||
labelTop: pixels;
|
labelTop: pixels;
|
||||||
|
|
@ -1023,6 +1024,7 @@ defaultSettingsSlider: SettingsSlider {
|
||||||
barTop: 5px;
|
barTop: 5px;
|
||||||
barSkip: 3px;
|
barSkip: 3px;
|
||||||
barStroke: 3px;
|
barStroke: 3px;
|
||||||
|
barRadius: 1px;
|
||||||
barFg: sliderBgInactive;
|
barFg: sliderBgInactive;
|
||||||
barFgActive: sliderBgActive;
|
barFgActive: sliderBgActive;
|
||||||
labelTop: 17px;
|
labelTop: 17px;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue