grandexchange: Format 'Price each' value for items in additional information layout
This commit is contained in:
@@ -233,7 +233,7 @@ public class GrandExchangeOfferSlot extends JPanel
|
|||||||
|
|
||||||
offerInfo.setText(offerState);
|
offerInfo.setText(offerState);
|
||||||
|
|
||||||
itemPrice.setText(htmlLabel("Price each: ", newOffer.getPrice() + ""));
|
itemPrice.setText(htmlLabel("Price each: ", StackFormatter.formatNumber(newOffer.getPrice())));
|
||||||
|
|
||||||
String action = buying ? "Spent: " : "Received: ";
|
String action = buying ? "Spent: " : "Received: ";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user