diff options
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 } |
