Bug 394528 - Visual Bug: Bad controls alignment on the 'Wi-Fi Security' tab
Summary: Visual Bug: Bad controls alignment on the 'Wi-Fi Security' tab
Status: CONFIRMED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_networkmanagement (other bugs)
Version First Reported In: 5.17.4
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Jan Grulich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-21 17:09 UTC by Anton Sokirkin
Modified: 2020-03-10 20:32 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Wi-Fi Security tab (18.56 KB, image/png)
2018-05-21 17:09 UTC, Anton Sokirkin
Details

Note You need to log in before you can comment on or make changes to this bug.
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.