Skip to content

[sidebarmode] Fix header height for QWidget KCMs

Ismael Asensio requested to merge work/fix_header_height into master

Take the height value from the sidebar header and set it to the custom QWidget header, so both headers look aligned.

There was a helpful method already set-up for this, but it was not used before.

Since this is accessing a QML property from C++ side, maybe some guards would be nice, but I'm not sure what they should look like

BEFORE syse_header_before
AFTER syse_header_after

Merge request reports