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