mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 20:12:01 +00:00
[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:
parent
74ca0a12ad
commit
2d9877470d
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue