mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.14k stars 235 forks source link

WebSwitch Baseline Alignment #707

Open tullisar opened 1 year ago

tullisar commented 1 year ago

I've noticed some odd behavior when trying to align components in a form that include a WebSwitch. From what I can tell, the WebSwitch may not have a baseline so it isn't getting aligned. See attached image. I've tried several different layout managers and playing with constraints but I can't seem to get the switch to align with other components that have a baseline.

image