diff options
| author | Jeff Carr <[email protected]> | 2021-10-09 01:51:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-09 01:51:15 -0500 |
| commit | 3204eb151f4bd38854df22c91ab7c5f4ab06951e (patch) | |
| tree | fef5ce910be79ae6ccdfb77715b77878d39a6a69 /structs.go | |
| parent | c59560da383f56bb1a86f02b7b4ecf7bca3bb588 (diff) | |
NODE: going down a rabbit hole
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
