Made the default handle width an odd number
This commit is contained in:
parent
0f272f4835
commit
b4befa5aa5
@ -20,7 +20,7 @@ type Default struct { }
|
|||||||
|
|
||||||
// HandleWidth returns the default handle width value.
|
// HandleWidth returns the default handle width value.
|
||||||
func (Default) HandleWidth () int {
|
func (Default) HandleWidth () int {
|
||||||
return 16
|
return 15
|
||||||
}
|
}
|
||||||
|
|
||||||
// ScrollVelocity returns the default scroll velocity value.
|
// ScrollVelocity returns the default scroll velocity value.
|
||||||
|
Reference in New Issue
Block a user