TTMSFNCRibbon, TMSFNCRibbon1SystemMenu and TMSFNCRibbon1QAT alignment does not remain as defined

OS: Debian 10 (buster) LXDE
fpc 3.3.1
lazaraus 2.1

FNC TMS FNC UI Pack
v3.2.2.1 | Tuesday, December 08, 2020

If click to TMSFNCRibbon1SystemMenu alignment does not remain as defined
(TMSFNCRibbon1SystemMenu.Align = alLeft and TMSFNCRibbon1QAT.Align = alRight)

Exapmple:

procedure TForm1.FormCreate(Sender: TObject);
begin
TMSFNCRibbon1SystemMenu.Align := alRight;
TMSFNCRibbon1QAT.Align := alLeft;
end;

This is by design, the alignment is controlled by the TTMSFNCRibbon.

I am not able to change that.
When I change, it returns to its previous state.

Yes, the controls which are hosted by default under the TTMSFNCRibbon are aligned by the TTMSFNCRibbon, so you cannot change the alignment.

Thanks!