Skip to content

kcms/rules: Fix section header and info button sizing

Ismael Asensio requested to merge work/iasensio/ruleskcm-fix-visual-sizes into master

Two "minor" visual fixes:

  • The section header being now a QQC2.ItemDelegate needs to explicitly set the width to be visible.
  • The ContextualHelpButton size was getting constrained by the parent layout's being adjusted to just the label height.
BEFORE AFTER
section_before section_after
contextHeight_before contextHeight_after
Edited by Ismael Asensio

Merge request reports