mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 06:44:19 -04:00
increase width of trade details window
This commit is contained in:
parent
ce78ee0984
commit
1e30f4aa4c
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public class TradeDetailsWindow extends Overlay<TradeDetailsWindow> {
|
|||
this.trade = trade;
|
||||
|
||||
rowIndex = -1;
|
||||
width = 918;
|
||||
width = 1118;
|
||||
createGridPane();
|
||||
addContent();
|
||||
display();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue