Skip to content

Consistent indent between QWidgets/QML Titles

Ismael Asensio requested to merge work/iasensio/consistent-indent-titles into master

QML KCMs use AbstractApplicationHeader for their title, which have a default indentation of Kirigami.Units.gridUnit.

Use the same value for the QWidget's title left margin.


This is a very small issue but it was brought up in the @teams/vdg channel and it can help making the general feeling more polished

CURRENT PROPOSED
QML sysetitle_qml sysetitle_qml
QWidgets sysetitle_qwidgets_before sysetitle_qwidgets_after
Edited by Ismael Asensio

Merge request reports