mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-23 06:24: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;
|
this.tradePrice = tradePrice;
|
||||||
|
|
||||||
rowIndex = -1;
|
rowIndex = -1;
|
||||||
width = Layout.DETAILS_WINDOW_WIDTH;
|
width = 1050;
|
||||||
createGridPane();
|
createGridPane();
|
||||||
addContent();
|
addContent();
|
||||||
display();
|
display();
|
||||||
|
@ -137,7 +137,7 @@ public class OfferDetailsWindow extends Overlay<OfferDetailsWindow> {
|
||||||
public void show(Offer offer) {
|
public void show(Offer offer) {
|
||||||
this.offer = offer;
|
this.offer = offer;
|
||||||
rowIndex = -1;
|
rowIndex = -1;
|
||||||
width = Layout.DETAILS_WINDOW_WIDTH;
|
width = 1050;
|
||||||
createGridPane();
|
createGridPane();
|
||||||
addContent();
|
addContent();
|
||||||
display();
|
display();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue