Remove extra whitespace under MassComponentConfig auto checkbox

This commit is contained in:
SiboVG 2022-04-28 01:28:36 +02:00
parent 9f5ccdb6a0
commit d481ee8f65

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