From 7af57b339048a49068667b1b1dfdc7d0f1013e87 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 2 May 2019 11:44:54 -0700 Subject: [PATCH] slightly larger bar --- src/croc/croc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/croc/croc.go b/src/croc/croc.go index 7c47e58d..6037a1a7 100644 --- a/src/croc/croc.go +++ b/src/croc/croc.go @@ -699,7 +699,7 @@ func (c *Client) setBar() { progressbar.OptionOnCompletion(func() { fmt.Fprintf(os.Stderr, " ✔️\n") }), - progressbar.OptionSetWidth(16), + progressbar.OptionSetWidth(20), progressbar.OptionSetDescription(description), progressbar.OptionSetRenderBlankState(true), progressbar.OptionSetBytes64(c.FilesToTransfer[c.FilesToTransferCurrentNum].Size),