Files @ r22612:5c38bbcea9df
Branch filter:

Location: cpp/openttd-patchpack/source/projects/dpi_aware.manifest

peter1138
(svn r27823) -Fix: Vehicle viewport is not user scrollable so flag window as such.
1
2
3
4
5
6
7
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" >
  <application xmlns="urn:schemas-microsoft-com:asm.v3">
    <windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
      <dpiAware>True/PM</dpiAware>
    </windowsSettings>
  </application>
</assembly>