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;
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue