Skip to content
Commit 4afadec2 authored by Nicolas Fella's avatar Nicolas Fella Committed by Nicolas Fella
Browse files

Rework the plasmoid configuration dialog

We put a ScrollView/Flickable around the whole content. When we embed a KCM (like we do e.g. in plasma-pa) that comes with its own flickable this creates problems.
This can be seen in the plasma-pa case where it's currently impossible to scroll and the scrollbar placement is wrong.

Instead of having a StackView wrapped by a ScrollView we now have a Loader that can either load a KCM or an applet config (this includes shortcuts and about page).
The applet config is wrapped in a Kirigami.ScrollablePage to allow scrolling if necessary.

BUG: 426998
parent 262ec0eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment