From c9d33f92961b8cd0a942d4ef984c4b11a62b9f00 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 6 Jan 2025 16:30:08 -0500 Subject: [PATCH] chore(viewport): increase horizontal step to 6 --- viewport/viewport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewport/viewport.go b/viewport/viewport.go index 184f1ec..f0939cf 100644 --- a/viewport/viewport.go +++ b/viewport/viewport.go @@ -11,7 +11,7 @@ import ( ) const ( - defaultHorizontalStep = 5 + defaultHorizontalStep = 6 ) // New returns a new model with the given width and height as well as default