From 1d7b9613a68abdd41ad1cf0b6803b0ab6593e813 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 28 Jan 2024 20:36:59 -0600 Subject: sizes are close to correct 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 a7372bb..0eb96e7 100644 --- a/structs.go +++ b/structs.go @@ -145,8 +145,8 @@ type guiWidget struct { active bool - AtW int - AtH int +// AtW int +// AtH int direction widget.Orientation -- cgit v1.2.3