summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'table.go')
-rw-r--r--table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table.go b/table.go
index fdaecbd..52d8862 100644
--- a/table.go
+++ b/table.go
@@ -16,7 +16,7 @@ import (
func (n *Node) NewTable(title string) *NodeTable {
t := new(NodeTable)
- t.grid = n.RawGrid()
+ t.grid = n.RawGrid().SetProgName("PB GRID")
t.tb = t.grid.newNode(title, widget.Table)
t.tb.label = title