Skip to content

Commit

Permalink
baseBarStyle: disable tip
Browse files Browse the repository at this point in the history
that way refiller looks nicer
  • Loading branch information
vbauerster committed May 1, 2024
1 parent 7110c43 commit d3e0230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_bar_style.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package getparty
import "github.com/vbauerster/mpb/v8"

func baseBarStyle() mpb.BarStyleComposer {
return mpb.BarStyle().Lbound(" ").Rbound(" ").Refiller("#").Filler("#").Tip("#")
return mpb.BarStyle().Lbound(" ").Rbound(" ").Refiller("#").Filler("#").Tip("")
}

0 comments on commit d3e0230

Please sign in to comment.