Skip to content

AbstractPageHeader: reduce minimum title left padding

Ismael Asensio requested to merge work/iasensio/header-leftpadding into master

The current minimum left padding for the title text (when there are no other UI elements, like navigation tools) is set gridUnit, which can be a huge amount (18px on default settings) and is not comparable with that of the QtWidgets equivalent.

Reduce this value to largeSpacing, which also aligns better with the contents within the page.

This is also meant to help with plasma/systemsettings!144 (merged)

BEFORE appheader_leftpadding_gridUnit
AFTER appheader_leftpadding_largeSpacing

CCBUG: 460103

Edited by Ismael Asensio

Merge request reports

Loading