This change in sSkinProvider.pas makes title icon distorted.
Code:
function GetNearestSize(Max: integer): integer;
begin
Result := 20;
{
case Max of
-100..47: Result := 16;
48..64: Result := 24
else Result := 32
end;
}
end;
I changed it back to commented code and it works like before. I haven't set the SkinProvider.TitleIcon.Glyph but project application icon.