Merge pull request #1313 from SiboVG/unstable

Remove extra whitespace under MassComponentConfig auto checkbox
This commit is contained in:
SiboVG 2022-04-28 01:28:56 +02:00 committed by GitHub
commit a97af9b2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ public class MassComponentConfig extends RocketComponentConfig {
////// Automatic
JCheckBox checkAutoPackedRadius = new JCheckBox(od.getAutomaticAction());
checkAutoPackedRadius.setText(trans.get("TransitionCfg.checkbox.Automatic"));
panel.add(checkAutoPackedRadius, "skip, span 2, wrap 30lp");
panel.add(checkAutoPackedRadius, "skip, span 2, wrap");
//// Position