Skip to content

Commit

Permalink
remove about as tabstop from Settings dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
VinsWorldcom committed Oct 12, 2021
1 parent 728a86c commit 3d5df68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NppConsole/resources/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ CAPTION "NppConsole Settings"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK",IDOK,205,150,50,14
EDITTEXT IDC_EDIT_ABOUT,6,4,302,67,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY
CONTROL "",IDC_EDIT_ABOUT,"Edit",WS_CHILDWINDOW|WS_VISIBLE|ES_READONLY|ES_AUTOHSCROLL|ES_MULTILINE,6,4,302,67,WS_EX_CLIENTEDGE
LTEXT "Commad to run: ",IDC_STATIC,8,79,54,8
CONTROL "",IDC_CBO_COMMAND,"ComboBox",WS_VISIBLE|WS_TABSTOP|CBS_DROPDOWNLIST,75,77,233,12
LTEXT "Line number pattern after file name: ",IDC_STATIC,8,95,117,8
Expand Down

0 comments on commit 3d5df68

Please sign in to comment.