Add a tooltip to loot tracker value, showing exact value

This commit is contained in:
Magic fTail
2018-12-01 13:08:49 +01:00
parent 9410e464dc
commit 0813598b20

View File

@@ -167,6 +167,7 @@ class LootTrackerBox extends JPanel
buildItems();
priceLabel.setText(StackFormatter.quantityToStackSize(totalPrice) + " gp");
priceLabel.setToolTipText(StackFormatter.formatNumber(totalPrice) + " gp");
final long kills = getTotalKills();
if (kills > 1)