Remove extra whitespace under MassComponentConfig auto checkbox
This commit is contained in:
		
							parent
							
								
									9f5ccdb6a0
								
							
						
					
					
						commit
						d481ee8f65
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user