Skip to content

BreadcrumbControl: Fix wrong heading offset in RTL layout direction

ivan tkachenko requested to merge work/ratijas/6/bread into master

Unlike anchors and Layout.*Margin properties, left/right paddings are not automatically mirrored. And even if they were, this case was just plainly inconsistent itself.

Fixes mis-positioned labels in Breadcrumb header style, such as in Plasma applet configuration window and in some System Settings KCMs.

Before / After (top/bottom):

image

Before After
image image

Merge request reports