grandexchange: Format 'Price each' value for items in additional information layout

This commit is contained in:
Matthew Steglinski
2018-05-26 21:09:09 -04:00
parent 7a0d7198f8
commit 2ee80d6c16

View File

@@ -233,7 +233,7 @@ public class GrandExchangeOfferSlot extends JPanel
offerInfo.setText(offerState);
itemPrice.setText(htmlLabel("Price each: ", newOffer.getPrice() + ""));
itemPrice.setText(htmlLabel("Price each: ", StackFormatter.formatNumber(newOffer.getPrice())));
String action = buying ? "Spent: " : "Received: ";