summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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