mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-18 20:14:41 -04:00
widen offer details window for confirm and cancel buttons
This commit is contained in:
parent
181bb2aa26
commit
68005c4daa
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue