diff --git a/views/constants.go b/views/constants.go index b76894a1..cf8cc0b6 100644 --- a/views/constants.go +++ b/views/constants.go @@ -53,7 +53,7 @@ type Orientation int const ( // Horizontal indicates left to right orientation. - Horizontal = iota + Horizontal Orientation = iota // Vertical indicates top to bottom orientation. Vertical