increase width of trade details window

This commit is contained in:
woodser 2025-05-24 09:10:01 -04:00
parent ce78ee0984
commit 1e30f4aa4c
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -106,7 +106,7 @@ public class TradeDetailsWindow extends Overlay<TradeDetailsWindow> {
this.trade = trade;
rowIndex = -1;
width = 918;
width = 1118;
createGridPane();
addContent();
display();