Skip to content

Fix contents margins for QWidget KCMs yet again

Ismael Asensio requested to merge work/fix_qwidgetmargins into master

After commit kcmutils: 5a5718b22a396d39 (KF5.80) (frameworks/kcmutils!37 (merged)) QWidget KCMs handle their own contents margins in a way that is compatible with QML KCMs.

No need to set them here again, which results in a double margin.

BEFORE AFTER
syse_margins_before syse_margins_after

They should be consistent now on all combinations of QML|QWidgets x kcmshell|systemsettings.

Edited by Ismael Asensio

Merge request reports

Loading