diff options
| author | Jeff Carr <[email protected]> | 2023-04-04 18:45:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-04 18:45:59 -0500 |
| commit | 693a6f4398604e9932d714d24adc5c12472e750b (patch) | |
| tree | b89e71d55713b2df09b537b8d8022910e989e69b /tab.go | |
| parent | a59d294f37d0dd5731c833763a3678fd0099c55f (diff) | |
I can't add
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'tab.go')
| -rw-r--r-- | tab.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
