Changed the system tray icon font scaling to adapt to the size of the tray icon in pixels, because on Windows 7 the tray icon scales with the system font size, while on Windows XP the tray icons are always 16 pixels large.

This commit is contained in:
Michael Möller
2012-07-18 19:45:59 +00:00
parent 90838f671b
commit b9d30a4602
4 changed files with 34 additions and 10 deletions

View File

@@ -173,7 +173,9 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="Resources\app.manifest" />
<None Include="Resources\app.manifest">
<SubType>Designer</SubType>
</None>
<None Include="Resources\icon.ico" />
</ItemGroup>
<ItemGroup>