The source project of this merge request has been removed.
KCM: Only show combobox labels when both comboboxes visible; Allow comboboxes to grow to fit contents
I hope this can be brought into Plasma 5.26.
This MR introduces two commits:
- The first will only show the combobox labels ("Port:" and "Profile:") when both comboboxes are visible. If one is not visible, then it isn't necessary to disambiguate between the two and some width can be saved.
- The second changes the use of
preferredWidth
tominimumWidth
for comboboxes, so that they can grow to show full names - as profile names can be quite long. BUG: 458422