Quote:
Originally Posted by audiofeel
here is a more illustrative example
|
this isn't an issue with FMXInno. it comes from Delphi itself. so i had to comeup with a fix for this.
this will work...
Code:
with WizardForm do
begin
Height := ScaleY(450);
Width := ScaleX(800);
end;