diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 12:29:08 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 12:29:08 -0700 |
| commit | fdc8f820770ba8b8b7d5e281d24a076dc7065e73 (patch) | |
| tree | c0778735b9aa975b2b6a1517d28e4ac074211122 /structs.go | |
| parent | 2dabe5eb9f5722b3d498af03fed274e2d248a6c8 (diff) | |
more fixes on ui.Area
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,9 +60,8 @@ type GuiDataStructure struct { EntryPass *ui.Entry // stuff for the splash screen / setup tabs - cloudBox *ui.Box +// cloudBox *ui.Box smallBox *ui.Box -// myAH *AreaHandler tabcount int } @@ -97,6 +96,7 @@ type EntryMap struct { type WindowMap struct { W *ui.Window + B1 *ui.Box T *ui.Tab A *ui.Area |
