widen offer details window for confirm and cancel buttons

This commit is contained in:
woodser 2025-07-11 10:36:57 -04:00 committed by GitHub
parent 181bb2aa26
commit 68005c4daa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,7 +128,7 @@ public class OfferDetailsWindow extends Overlay<OfferDetailsWindow> {
this.tradePrice = tradePrice;
rowIndex = -1;
width = Layout.DETAILS_WINDOW_WIDTH;
width = 1050;
createGridPane();
addContent();
display();
@ -137,7 +137,7 @@ public class OfferDetailsWindow extends Overlay<OfferDetailsWindow> {
public void show(Offer offer) {
this.offer = offer;
rowIndex = -1;
width = Layout.DETAILS_WINDOW_WIDTH;
width = 1050;
createGridPane();
addContent();
display();