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
This commit is contained in:
anders_k 2021-01-29 00:20:11 +00:00
parent 1cae67f562
commit 5bff29af33
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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