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:
@@ -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[:])
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user