Skip to content

kcm/decorations: Fix thumbnail border size on theme change

Ismael Asensio requested to merge work/fix_kcmdeco_theme_update into master

Correctly update the thumbnails' border sizes when the theme changes and Theme's Default is selected, as different themes may have different border defaults.

Before 9cf52340, this was implicitly done on QML side. Do it explicitly now on C++ side.

BEFORE AFTER
decoration_default_before decoration_default_after
Edited by Ismael Asensio

Merge request reports