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: