Skip to content
Commit 522a7fe0 authored by Ismael Asensio's avatar Ismael Asensio
Browse files

Fix extra bottom spacing for QML KCMs

For QWidget KCMs, the spacing between main content and general
buttons is achieved via `VBoxLayout.spacing`.

For QML KCMs on the other hand, this spacing gets added to the
button row `contentMargins`, so we need to remove this extra
spacing to keep consistency.
parent 7157c45d
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