summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-09 01:51:15 -0500
committerJeff Carr <[email protected]>2021-10-09 01:51:15 -0500
commit3204eb151f4bd38854df22c91ab7c5f4ab06951e (patch)
treefef5ce910be79ae6ccdfb77715b77878d39a6a69 /structs.go
parentc59560da383f56bb1a86f02b7b4ecf7bca3bb588 (diff)
NODE: going down a rabbit hole
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 8b1a99a..bf5dec8 100644
--- a/structs.go
+++ b/structs.go
@@ -226,7 +226,7 @@ func (s *GuiBox) AddTab(title string, custom ui.Control) *ui.Tab {
}
func (s GuiBox) AddBoxTab(title string) *GuiBox {
- uiTab := s.AddTab(title, InitBlankWindow())
+ uiTab := s.AddTab(title, initBlankWindow())
tabSetMargined(uiTab)
var box *GuiBox