summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorglx22 <glx22@users.noreply.github.com>2019-02-25 01:47:00 +0100
committerGitHub <noreply@github.com>2019-02-25 01:47:00 +0100
commit6ff02f0615d19ab1bf019279bd2da6713015a246 (patch)
tree2369e08545375955176416e86f201f614d3de666 /os
parent919d7accd7a055e8e5feb300a40fcabb23e88d42 (diff)
downloadopenttd-6ff02f0615d19ab1bf019279bd2da6713015a246.tar.xz
Fix: [Windows] make the installer DPI aware (#7277)
Diffstat (limited to 'os')
-rw-r--r--os/windows/installer/install.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi
index da45165d4..604e252c4 100644
--- a/os/windows/installer/install.nsi
+++ b/os/windows/installer/install.nsi
@@ -24,6 +24,7 @@
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "top.bmp"
+ManifestDPIAware true
BrandingText "OpenTTD Installer"
SetCompressor LZMA