Skip to content

Fix PC3 TabButton alignment

Prior to a45bd758, label alignment was controlled by its Layout properties. However that commit made the label fill width to fix elision, which means that the Layout.Alignment property no longer has any effect anymore. Therefore, we need to use the horizontalAlignment property to position the text within its now-width-filling box.

Tab text alignment fixed now:

Screenshot_20210408_175736

cc @davidedmundson @fvogt

Merge request reports