From cbc579e93a89eb9fdb0829811d3d625ac2e766b7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 29 Jan 2024 23:39:33 -0600 Subject: trying to fix padding Signed-off-by: Jeff Carr --- main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index ab6d902..6de0402 100644 --- a/main.go +++ b/main.go @@ -19,6 +19,8 @@ func init() { // init the config struct default values Set(&me, "default") + // Set(&me, "dense") + me.myTree = tree.New() me.myTree.PluginName = "gocui" me.myTree.ActionFromChannel = action -- cgit v1.2.3