diff options
Diffstat (limited to 'lib/ui/grid.go')
-rw-r--r-- | lib/ui/grid.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ui/grid.go b/lib/ui/grid.go index 5fe6ab2..3c375ee 100644 --- a/lib/ui/grid.go +++ b/lib/ui/grid.go @@ -5,7 +5,6 @@ import ( "math" ) -// A container which arranges its children on a grid. type Grid struct { rows []GridSpec rowLayout []gridLayout |