Browse Source

Fix Inslaller bad checkbox display under high DPI (250%)

Close #11384
pull/11394/head
Don Ho 3 years ago committed by Don HO
parent
commit
6892bcbf3a
  1. 2
      PowerEditor/installer/nsisInclude/tools.nsh

2
PowerEditor/installer/nsisInclude/tools.nsh

@ -88,7 +88,7 @@ Function ExtraOptions
${NSD_Check} $ShortcutCheckboxHandle
${NSD_OnClick} $ShortcutCheckboxHandle OnChange_ShortcutCheckBox
${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."
${NSD_CreateCheckbox} 0 120 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

Loading…
Cancel
Save