Skip to content

Commit

Permalink
Make the debug buttons in the colony panel less distracting.
Browse files Browse the repository at this point in the history
  • Loading branch information
stiangre committed Jan 1, 2024
1 parent 19f7113 commit 53fb3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/net/sf/freecol/client/gui/panel/ColonyPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -686,10 +686,10 @@ private void initialize(Colony colony) {
add(cargoScroll, "grow, height 100!");
add(warehouseScroll, "span, split, height 48!, growx");
if (setGoodsButton != null) {
add(setGoodsButton);
add(setGoodsButton, "height 48!, gap 0 0 0 0");
}
if (traceWorkButton != null) {
add(traceWorkButton);
add(traceWorkButton, "height 48!, gap 0 0 0 0");
}
add(okButton, "gapbefore push, height 48!"); // tag ok

Expand Down

0 comments on commit 53fb3c5

Please sign in to comment.