Bug 394528

Summary: Visual Bug: Bad controls alignment on the 'Wi-Fi Security' tab
Product: [Applications] systemsettings Reporter: Anton Sokirkin <joos>
Component: kcm_networkmanagementAssignee: Jan Grulich <jgrulich>
Status: CONFIRMED ---    
Severity: normal CC: jgrulich, plasma-bugs-null, thomas.surrel
Priority: NOR    
Version First Reported In: 5.17.4   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Wi-Fi Security tab

Description Anton Sokirkin 2018-05-21 17:09:01 UTC
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.
Comment 1 Thomas Surrel 2018-05-25 21:35:06 UTC
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.
Comment 2 Anton Sokirkin 2018-05-27 07:53:27 UTC
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.
Comment 3 Jan Grulich 2018-05-28 06:31:50 UTC
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.