mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-10-31 03:24:04 +01:00 
			
		
		
		
	Fix Installer HI-DPI GUI glitch.
This commit is contained in:
		
							parent
							
								
									1ef92c6cce
								
							
						
					
					
						commit
						3465cac7ce
					
				| @ -72,7 +72,7 @@ OutFile ".\build\npp.${APPVERSION}.Installer.exe" | |||||||
| !define MUI_UNICON ".\images\npp_inst.ico" | !define MUI_UNICON ".\images\npp_inst.ico" | ||||||
| 
 | 
 | ||||||
| !define MUI_WELCOMEFINISHPAGE_BITMAP ".\images\wizard.bmp" | !define MUI_WELCOMEFINISHPAGE_BITMAP ".\images\wizard.bmp" | ||||||
| !define MUI_WELCOMEFINISHPAGE_BITMAP_NOSTRETCH | ;!define MUI_WELCOMEFINISHPAGE_BITMAP_NOSTRETCH | ||||||
| 
 | 
 | ||||||
| !define MUI_HEADERIMAGE | !define MUI_HEADERIMAGE | ||||||
| !define MUI_HEADERIMAGE_BITMAP ".\images\headerLeft.bmp" ; optional | !define MUI_HEADERIMAGE_BITMAP ".\images\headerLeft.bmp" ; optional | ||||||
|  | |||||||
| @ -98,7 +98,7 @@ Function ExtraOptions | |||||||
| 	${NSD_Check} $ShortcutCheckboxHandle | 	${NSD_Check} $ShortcutCheckboxHandle | ||||||
| 	${NSD_OnClick} $ShortcutCheckboxHandle OnChange_ShortcutCheckBox | 	${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 | 	Pop $NoUserDataCheckboxHandle | ||||||
| 	${NSD_OnClick} $NoUserDataCheckboxHandle OnChange_NoUserDataCheckBox | 	${NSD_OnClick} $NoUserDataCheckboxHandle OnChange_NoUserDataCheckBox | ||||||
| 	 | 	 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user