We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d218b56 commit a4c38fdCopy full SHA for a4c38fd
desktop/src/main/java/haveno/desktop/main/portfolio/pendingtrades/PendingTradesView.java
@@ -300,6 +300,7 @@ protected void activate() {
300
selectedSubView = model.dataModel.tradeManager.isBuyer(model.dataModel.getOffer()) ?
301
new BuyerSubView(model) : new SellerSubView(model);
302
selectedSubView.setMinHeight(460);
303
+ selectedSubView.setMaxWidth(2375);
304
subViewScroll = new ScrollPane();
305
subViewScroll.setVbarPolicy(ScrollPane.ScrollBarPolicy.AS_NEEDED);
306
subViewScroll.setContent(selectedSubView);
0 commit comments