Merge pull request #1194 from SiboVG/issue-1190

[fixes #1190] Fix ConfigDialog Close-button cut off
This commit is contained in:
Joe Pfeiffer 2022-02-28 09:35:41 -07:00 committed by GitHub
commit 0bcbde8a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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");
}