Skip to content

Implement frameless style for configuration pages with ListView

ivan tkachenko requested to merge work/ratijas/frameless into master

Frameless style is something we've been doing a lot throughout Plasma lately, because it looks modern, polished and streamlined.

Unfortunately, it requires a bit of hack to temporarily override/reset padding of the configuration containment. But the hack is harmless: if upstream changes layouts so that the hack fails to find the Page, then it just won't do anything, i.e. fails silently.

Before After
General_-_Before General_-_After
Search_-_Before Search_-_After

Merge request reports