Skip to content

KCM: Only show combobox labels when both comboboxes visible; Allow comboboxes to grow to fit contents

Oliver Beard requested to merge (removed):kcm-combobox-fix into master

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 to minimumWidth for comboboxes, so that they can grow to show full names - as profile names can be quite long. BUG: 458422

Merge request reports