Skip to content

Commit 8a22907

Browse files
committed
newline in resist multiplier tooltip and explanation
1 parent a97847e commit 8a22907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/builtinStatsViews/resistancesViewFull.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def refreshPanel(self, fit):
199199
total += ehp[tankType]
200200
rrFactor = fit.ehp[tankType] / fit.hp[tankType]
201201
lbl.SetLabel(formatAmount(ehp[tankType], 3, 0, 9))
202-
lbl.SetToolTip(wx.ToolTip("%s: %d, x%.2f" % (tankType.capitalize(), ehp[tankType], rrFactor)))
202+
lbl.SetToolTip(wx.ToolTip("%s: %d\nResist Multiplier: x%.2f" % (tankType.capitalize(), ehp[tankType], rrFactor)))
203203
else:
204204
lbl.SetLabel("0")
205205

0 commit comments

Comments
 (0)