Created attachment 112789 [details] Wi-Fi Security tab Controls on the 'Wi-Fi Security' tab are not aligned properly (see https://community.kde.org/KDE_Visual_Design_Group/HIG/Alignment). Other tabs look good.
The "Security" combo box and the password field are not part of the same block, they are not intended to be aligned, I think. If you go through the other possibilities of the combo box (select WPA/WPA2 Enterprise for example), you will see that the password field is aligned with the rest of the form, but not with that combo box.
I see your point, Thomas. But it still seems a bit off. Also, if you look at the "Wi-Fi" tab and try switching modes (Infrastructure, Ad-hoc), you'll see that dependent elements are aligned with its parent.
This is unfortunately something which cannot be fixed. The part of UI which is not aligned with the security type is QStackedWidget as each security type has different UI elements. On the other hand I'm slowly rewriting whole editor part to QML and I will definitely try to fix it there, but that's something what will be in Plasma 5.14, at least I would like to finish it till then.