[TRANSLATION] Fix font glitches in zh-CN.rc & zh-TW.rc

Actually I was working on a much bigger commit in the same context for releases/0.4.7
when I realized that related glitches do also affect master head
and also other release-branches in some areas.
This commit is contained in:
Joachim Henze 2023-07-13 02:53:52 +02:00
parent 74ca0a12ad
commit 2d9877470d
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ IDD_MAIN_DIALOG DIALOGEX 0, 0, 284, 183
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
CAPTION "可访问性实用工具管理器"
FONT 8, "宋体"
FONT 9, "宋体"
BEGIN
LISTBOX IDC_LISTBOX, 4, 4, 273, 56, LBS_NOTIFY | WS_VSCROLL | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_BORDER
CONTROL "", IDC_GROUPBOX, "Button", BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 3, 62, 275, 92