From a26018c86d16e2e70459b4a10e00b0cf024aaba8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 1 Feb 2024 08:49:16 -0600 Subject: works within 30 seconds Signed-off-by: Jeff Carr --- resolverBox.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'resolverBox.go') diff --git a/resolverBox.go b/resolverBox.go index 8959a95..e285192 100644 --- a/resolverBox.go +++ b/resolverBox.go @@ -95,11 +95,6 @@ func NewResolverStatus(p *gui.Node, title string, server string, hostname string rs.aaaaSuccess = rs.grid.NewLabel("?") rs.aaaaFail = rs.grid.NewLabel("?") - rs.group.Margin() - rs.grid.Margin() - rs.group.Pad() - rs.grid.Pad() - return rs } -- cgit v1.2.3