Skip to content

KTitleWidget: Set frame backgroundRole to Window

Ismael Asensio requested to merge work/fix_titlewidget_color into master

Fixes the title showing the wrong background color in the KCMs.

BEFORE title_role_base
AFTER title_role_window

Not sure about what caused this visual bug recently, but it is consistent for me on different situations (system settings, standalone kcm, dolphin's settings, etc). The fix also works correctly on those different situations even when the expected colors are different (ex. header or window background)

Merge request reports