1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

added length of bar to bargraph config

This commit is contained in:
Bill Keenan
2018-06-26 13:57:13 -04:00
parent 3140241a66
commit 9a31f95409
3 changed files with 16 additions and 14 deletions

View File

@@ -50,8 +50,7 @@ func MakeGraph(widget *Widget) {
}
icon := wtf.Config.UString("wtf.mods.bargraph.graphIcon", "✭ ")
widget.BarGraph.BuildBars(20, icon, stats[:])
widget.BarGraph.BuildBars(stats[:])
}