summaryrefslogtreecommitdiff
path: root/tab.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-04 18:45:59 -0500
committerJeff Carr <[email protected]>2023-04-04 18:45:59 -0500
commit693a6f4398604e9932d714d24adc5c12472e750b (patch)
treeb89e71d55713b2df09b537b8d8022910e989e69b /tab.go
parenta59d294f37d0dd5731c833763a3678fd0099c55f (diff)
I can't add
Signed-off-by: Jeff Carr <[email protected]>
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
}