mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+chg: Restore original length of F1 field
This commit is contained in:
parent
13ebb0411c
commit
55558c2bb8
@ -53,7 +53,7 @@ STYLE DS_SETFONT | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_
|
||||
CAPTION "grepWinNP3"
|
||||
FONT 9, "Segoe UI", 400, 0, 0x1
|
||||
BEGIN
|
||||
LTEXT "Press F1 for help...",IDC_HELPLABEL,400,51,110,8
|
||||
LTEXT "Press F1 for help...",IDC_HELPLABEL,400,51,100,8
|
||||
CONTROL "<a>about grepWinNP3...</a>",IDC_ABOUTLINK,"SysLink",LWS_RIGHT | WS_TABSTOP,486,2,87,8
|
||||
PUSHBUTTON "/",IDC_PATHMRU,14,20,11,12
|
||||
EDITTEXT IDC_SEARCHPATH,31,20,516,12,ES_AUTOHSCROLL,WS_EX_ACCEPTFILES
|
||||
|
||||
Loading…
Reference in New Issue
Block a user