Skip to content

Sync margins from AbstractKCM into SimpleKCM

David Edmundson requested to merge work/sync_padding into master

SimpleKCM is not an AbstractKCM as it has a different base type.

The padding is out of sync. This makes the KCMs look off. This is very visible with the accessibilty KCM where the listview does not line up with the leftmost button.

Merge request reports