diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 08:49:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 08:49:16 -0600 |
| commit | a26018c86d16e2e70459b4a10e00b0cf024aaba8 (patch) | |
| tree | b86d55f3234a9e4cf7abe5422dd7846b89341655 /resolverBox.go | |
| parent | 78927ede5d11c86c27de7eab91d67941c1444d18 (diff) | |
works within 30 seconds
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'resolverBox.go')
| -rw-r--r-- | resolverBox.go | 5 |
1 files changed, 0 insertions, 5 deletions
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 } |
