Skip to content

[kcmkwin/kwinrules] Don't overflow spinbox for long strings

Nate Graham requested to merge ngraham/kwin:help-pt-br-fit into master

The spinbox should use a minimum width rather than a preferred width, so it can grow as needed. And once we do this, it's safe to make it a bit narrower by default, because its text contents will never overflow.

Short string now: Short_string

Long string now: long_string

BUG: 438193 FIXED-IN: 5.22.1

@iasensio

Merge request reports