Make spoolup tooltip format consistent

This commit is contained in:
DarkPhoenix
2018-12-13 09:36:33 +03:00
parent 74ebd3415c
commit 7bc82e229f
4 changed files with 11 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ class OutgoingViewFull(StatsView):
if roundToPrec(preSpool, prec) == roundToPrec(fullSpool, prec):
return text
else:
return "{}, spool up {}-{}".format(
return "{}\nSpool up: {}-{}".format(
text,
formatAmount(preSpool, prec, lowest, highest),
formatAmount(fullSpool, prec, lowest, highest))