summaryrefslogtreecommitdiff
path: root/tab.go
diff options
context:
space:
mode:
Diffstat (limited to 'tab.go')
-rw-r--r--tab.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tab.go b/tab.go
index 49632ee..e425068 100644
--- a/tab.go
+++ b/tab.go
@@ -16,6 +16,6 @@ func (n *Node) NewTab(text string) *Node {
a.Text = text
newaction(&a, newNode, n)
- newBox := newNode.NewBox(text, true)
+ newBox := newNode.NewBox(text + "tab hbox", true)
return newBox
}