Skip to content

[BannerImage]: fix not vertically centred header title with non-plasma themes

Devin Lin requested to merge work/centre-header-text into master

With plasma theme and qqc2-desktop-style, the header text is centred with the banner image:

image

However, on the new qqc2-breeze-style and for other qml themes, it isn't centred:

image

This patch explicitly sets the title to be centred:

image

Merge request reports