Skip to content

Commit

Permalink
Fixes issue with wrapping of demand/offer panels.
Browse files Browse the repository at this point in the history
  • Loading branch information
stiangre committed Jul 27, 2024
1 parent 69a3bf0 commit 1a9beff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public NegotiationDialog(FreeColClient freeColClient,
scroll.getViewport().setOpaque(false);
scroll.setBorder(null);
centerPanel.add(scroll, "top, width 100%, wmin 200, grow");
add(centerPanel, "spany 3, top, growx"); // Center pane
add(centerPanel, "spany, top, growx"); // Center pane
add(this.goldOfferPanel, "sg item"); // Right pane

if (this.colonyDemandPanel != null) {
Expand Down

0 comments on commit 1a9beff

Please sign in to comment.