Skip to content

Ensure readability by setting minimum width

Alexander Lohnau requested to merge work/fix_webshortcuts_width into master

BUG: 423153

There are different scenarios how this KCM can be launched:

  • From systemsettings
  • From kcmshell5
  • From the plasmasearch KCM configure button

In the last case it looks like the screenshot in the bug report, because the KCM is just loaded in a QDialog. Setting the minimum width to this value doesn't affect the looks of the other two use cases, but fixes this one.

To test this quickly out:
kcmshell5 plasmasearch --args webshortcuts

@abetts

Merge request reports