From 5bff29af338bb5303b9ae53587ea0cdc17c6b383 Mon Sep 17 00:00:00 2001 From: anders_k Date: Fri, 29 Jan 2021 00:20:11 +0000 Subject: [PATCH] Fixed clipped Chinese text (Bug #1261) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7258 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/UIs/modern.rc | 8 ++++---- Docs/src/history.but | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Contrib/UIs/modern.rc b/Contrib/UIs/modern.rc index 83c55e3c..edf0d4ac 100644 --- a/Contrib/UIs/modern.rc +++ b/Contrib/UIs/modern.rc @@ -119,13 +119,13 @@ BEGIN WS_TABSTOP,0,130,300,9 END -IDD_VERIFY DIALOGEX 0, 0, 167, 42 +IDD_VERIFY DIALOGEX 0, 0, 167, 43 STYLE DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - CTEXT "",IDC_STR,40,25,120,10,NOT WS_GROUP - ICON 103,-1,10,10,21,20 - CTEXT "Please wait while Setup is loading...",76,40,10,120,10, + CTEXT "",IDC_STR,40,26,120,10,NOT WS_GROUP + ICON 103,-1,10,11,21,20 + CTEXT "Please wait while Setup is loading...",76,40,10,120,16, NOT WS_GROUP END diff --git a/Docs/src/history.but b/Docs/src/history.but index 649e6062..031fc99d 100644 --- a/Docs/src/history.but +++ b/Docs/src/history.but @@ -24,6 +24,8 @@ Unicode is now the default. \b Updated Corsican\#{(forum)} and Japanese (maboroshin PR\#{github.com/maboroshin}) +\b Fixed clipped Chinese text (\W{http://sf.net/p/nsis/bugs/1261}{bug #1261}) + \H{v3.06.1} 3.06.1 Released on July 31st, 2020