[fixes #1190] Fix ConfigDialog Close-button cut off

This commit is contained in:
SiboVG 2022-02-28 17:14:06 +01:00
parent c230df3ba3
commit 7b09634760

View File

@ -149,7 +149,7 @@ public class RocketComponentConfig extends JPanel {
updateFields();
this.add(buttonPanel, "newline, spanx, growx, height 32!");
this.add(buttonPanel, "newline, spanx, growx");
}