diff options
| author | Jeff Carr <[email protected]> | 2019-05-31 13:15:38 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-31 13:15:38 -0700 |
| commit | b5d51c314debff42cf479b165f400d84a6b72f7e (patch) | |
| tree | 34745c2b8970fe86427d755815801877bb3b12b3 /structs.go | |
| parent | f31e3850604b0150eac93862448ba520cd61b616 (diff) | |
more structural cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -76,10 +76,10 @@ type GuiWindow struct { C *pb.Config W *ui.Window - T *ui.Tab // if this != nil, the window is 'tabbed' + UiTab *ui.Tab // if this != nil, the window is 'tabbed' BoxMap map[string]*GuiBox - Box1 *ui.Box - Box2 *ui.Box +// Box1 *ui.Box +// Box2 *ui.Box } |
