From b036f9fccbf6b20ec510a54c892c3ee2a166b6f1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 5 Oct 2021 07:13:24 -0500 Subject: DEBUG: added button to SetMargin() by name Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index cc1a421..d1a1680 100644 --- a/structs.go +++ b/structs.go @@ -177,7 +177,7 @@ func tabSetMargined(tab *ui.Tab) { c := tab.NumPages() for i := 0; i < c; i++ { log.Println("tabSetMargined() i =", i) - tab.SetMargined(i, true) + // tab.SetMargined(i, true) } } -- cgit v1.2.3