Skip to content

AbstractKCM: Fix padding when header/footer is not visible

Ismael Asensio requested to merge work/iasensio/kcm-invisible-header into master

Fix the double-padding that appears when there is a header or a footer, but their content is not visible. This is a common case when the header just contains an InlineMessage.

Examples:

BEFORE AFTER
before_appstyle after_appstyle
before_splashscreen after_splashscreen
before_windowrules after_windowrules

Merge request reports