Made the default handle width an odd number

This commit is contained in:
Sasha Koshka 2023-03-17 02:05:22 -04:00
parent 0f272f4835
commit b4befa5aa5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type Default struct { }
// HandleWidth returns the default handle width value.
func (Default) HandleWidth () int {
return 16
return 15
}
// ScrollVelocity returns the default scroll velocity value.