Make the debug buttons in the colony panel less distracting.

This commit is contained in:
Stian Grenborgen 2024-01-01 21:40:17 +01:00
parent 19f71137d9
commit 53fb3c5cf6
1 changed files with 2 additions and 2 deletions

View File

@ -686,10 +686,10 @@ public final class ColonyPanel extends PortPanel
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