[idd] helper/config: implement window positioning, fonts, and high DPI support

This commit is contained in:
Quantum
2025-09-15 21:34:23 -04:00
committed by Geoffrey McRae
parent e123e02e15
commit 4585362f54
6 changed files with 128 additions and 3 deletions

View File

@@ -192,6 +192,7 @@ copy /Y "$(ProjectDir)VERSION" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd
<ClInclude Include="CPipeClient.h" />
<ClInclude Include="CStaticWidget.h" />
<ClInclude Include="CWidget.h" />
<ClInclude Include="UIHelpers.h" />
<ClInclude Include="CWindow.h" />
</ItemGroup>
<ItemGroup>