summaryrefslogtreecommitdiff
path: root/grid.go
diff options
context:
space:
mode:
Diffstat (limited to 'grid.go')
-rw-r--r--grid.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/grid.go b/grid.go
index 2a3ce6a..1de9601 100644
--- a/grid.go
+++ b/grid.go
@@ -39,6 +39,7 @@ func (n *Node) NewBox(name string, b bool) *Node {
var a toolkit.Action
a.Type = toolkit.Add
+ a.Title = name
a.B = b
newaction(&a, newNode, n)