spready: Fix LCL scaling on Windows.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8906 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-07-30 15:08:15 +00:00
parent 4b91dd8900
commit c0c19b0748
3 changed files with 6 additions and 0 deletions

View File

@ -9,9 +9,13 @@
</Flags>
<SessionStorage Value="InProjectDir"/>
<Title Value="spready"/>
<Scaled Value="True"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
<XPManifest>
<DpiAware Value="True"/>
</XPManifest>
<Icon Value="0"/>
</General>
<i18n>
@ -207,6 +211,7 @@
</CodeGeneration>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf3"/>
<UseExternalDbgSyms Value="True"/>
</Debugging>
<Options>

View File

@ -13,6 +13,7 @@ uses
begin
RequireDerivedFormResource := True;
Application.Scaled:=True;
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
MainForm.BeforeRun;

Binary file not shown.