Skip to content

Commit

Permalink
Predefined DEFAULT_EDIT_MINWIDTH
Browse files Browse the repository at this point in the history
  • Loading branch information
d0vgan committed May 23, 2020
1 parent 1668302 commit bd877c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs/QSearch-Eng.txt
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ Additional options (QSearch panel's popup menu or file
2 (QSFRH_IFCHECKED) - highlight if "Highlight All" is checked
3 (QSFRH_ALWAYS) - highlight always

48) edit_minwidth = 180
48) edit_minwidth = 0
Minimal width of the edit control of the QSearch panel.
The value of 0 means: not smaller than the standard width that was used
in previous versions of QSearch (when the panel was not resizable).
Expand Down
2 changes: 1 addition & 1 deletion Docs/QSearch-Rus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ SelFindNext
2 (QSFRH_IFCHECKED) - ������������, ���� ����� ������� "���������� ���"
3 (QSFRH_ALWAYS) - ������������ ������

48) edit_minwidth = 180
48) edit_minwidth = 0
����������� ������ ������ ������ ������ QSearch.
�������� 0 ��������: �� ������, ��� ����������� ������, ����������������
� ���������� ������� QSearch (����� ������ �� ������������ ���������
Expand Down
2 changes: 1 addition & 1 deletion Source/QSearch/QSearch.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void CloseLog(void)
#define DEFAULT_FINDALL_MODE QS_FINDALL_LOGOUTPUT
#define DEFAULT_FINDALL_RESULT QS_FINDALL_RSLT_WHOLELINE | QS_FINDALL_RSLT_POS | QS_FINDALL_RSLT_SEARCHING
#define DEFAULT_FINDALL_COUNT_DELAY 400
#define DEFAULT_EDIT_MINWIDTH 180
#define DEFAULT_EDIT_MINWIDTH 0
#define DEFAULT_EDIT_MAXWIDTH 640
#define MIN_FIND_HISTORY_ITEMS 0
#define MAX_FIND_HISTORY_ITEMS 100
Expand Down

0 comments on commit bd877c5

Please sign in to comment.