Skip to content

馃崚kcm_fonts: fix combobox item not taking up full width

Fushan Wen requested to merge work/cherry-pick-a54e6f9e into Plasma/6.0

Added a width attribute to the combo boxes that evaluates to the maximum of the container's width and its implicit width, so that the items will take up the full space of its container even when the preview images failed to render e.g. when it shortcuts under Wayland.

Didn't expect it to interact well with the onWidthChanged handler, but it magically worked.

(cherry picked from commit a54e6f9e)

Merge request reports