We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55962c6 commit dcbaecfCopy full SHA for dcbaecf
src/FPC_Understand.lpr
@@ -31,7 +31,7 @@
31
32
Begin
33
RequireDerivedFormResource := True;
34
- Application.Scaled:=True;
+ Application.Scaled := True;
35
Application.Initialize;
36
Application.CreateForm(TForm1, Form1);
37
Application.CreateForm(TForm2, Form2);
0 commit comments