Skip to content

kcm/lnf: Fix extra label on More Options page

Ismael Asensio requested to merge work/iasensio/lnf-fix-layout-label into master

When the theme does not provide a Desktop Layout, this label was still shown nonetheless on the expanded selection page

BEFORE AFTER
Screenshot_20230105_201421 Screenshot_20230105_200840

This actually was part of a larger refactor, but since we're freezing now it's maybe best to keep it alone.

The extra margin on top has to do with with FormLayout shenannigans. I'd rather port away from it in case it is too obnoxious.

Merge request reports