From fdc8f820770ba8b8b7d5e281d24a076dc7065e73 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 May 2019 12:29:08 -0700 Subject: more fixes on ui.Area Signed-off-by: Jeff Carr --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 4863246..4433a15 100644 --- a/structs.go +++ b/structs.go @@ -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 -- cgit v1.2.3