Add a tooltip to loot tracker value, showing exact value
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user