From 3465cac7ced476e28925ee89fd1a983cc6ded9bb Mon Sep 17 00:00:00 2001 From: Don HO Date: Wed, 14 Nov 2018 03:34:07 +0100 Subject: [PATCH] Fix Installer HI-DPI GUI glitch. --- PowerEditor/installer/nppSetup.nsi | 2 +- PowerEditor/installer/nsisInclude/tools.nsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 2ddb1482f..c9f639428 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -72,7 +72,7 @@ OutFile ".\build\npp.${APPVERSION}.Installer.exe" !define MUI_UNICON ".\images\npp_inst.ico" !define MUI_WELCOMEFINISHPAGE_BITMAP ".\images\wizard.bmp" -!define MUI_WELCOMEFINISHPAGE_BITMAP_NOSTRETCH +;!define MUI_WELCOMEFINISHPAGE_BITMAP_NOSTRETCH !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_BITMAP ".\images\headerLeft.bmp" ; optional diff --git a/PowerEditor/installer/nsisInclude/tools.nsh b/PowerEditor/installer/nsisInclude/tools.nsh index 0028793e9..2ee287e4d 100644 --- a/PowerEditor/installer/nsisInclude/tools.nsh +++ b/PowerEditor/installer/nsisInclude/tools.nsh @@ -98,7 +98,7 @@ Function ExtraOptions ${NSD_Check} $ShortcutCheckboxHandle ${NSD_OnClick} $ShortcutCheckboxHandle OnChange_ShortcutCheckBox - ${NSD_CreateCheckbox} 0 50 100% 30u "Don't use %APPDATA%$\nEnable this option to make Notepad++ load/write the configuration files from/to its install directory. Check it if you use Notepad++ in a USB device." + ${NSD_CreateCheckbox} 0 80 100% 30u "Don't use %APPDATA%$\nEnable this option to make Notepad++ load/write the configuration files from/to its install directory. Check it if you use Notepad++ in a USB device." Pop $NoUserDataCheckboxHandle ${NSD_OnClick} $NoUserDataCheckboxHandle OnChange_NoUserDataCheckBox