From 6d75075fef04698009f6bdfcce7839c72ae05dd3 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sat, 17 Sep 2022 13:13:50 +0200 Subject: [PATCH] MUI - Fixed Text box length for some foreign languages, especially (FR, PT, ES, TK,) --- grepWinNP3/src/Resources/grepWinNP3.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grepWinNP3/src/Resources/grepWinNP3.rc b/grepWinNP3/src/Resources/grepWinNP3.rc index c9b139fea..86528b027 100644 --- a/grepWinNP3/src/Resources/grepWinNP3.rc +++ b/grepWinNP3/src/Resources/grepWinNP3.rc @@ -113,7 +113,7 @@ BEGIN CONTROL "Content",IDC_RESULTCONTENT,"Button",BS_AUTORADIOBUTTON,200,222,104,10 CONTROL "",IDC_PROGRESS,"msctls_progress32",PBS_SMOOTH | PBS_SMOOTHREVERSE | PBS_MARQUEE | NOT WS_VISIBLE,130,198,310,14 PUSHBUTTON ">>>",IDC_EXPORT,316,222,28,10,NOT WS_VISIBLE - CONTROL "Treat files as binary",IDC_BINARY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,450,97,69,10 + CONTROL "Treat files as binary",IDC_BINARY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,450,97,101,10 END IDD_REGEXTEST DIALOGEX 0, 0, 401, 316