+ fix: default Notepad3.ini

This commit is contained in:
Rainer Kottenhoff 2018-08-09 00:51:48 +02:00
parent edaed5280a
commit 7911046087
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -100,7 +100,7 @@ typedef enum {
#define STATUSBAR_SECTION_PREFIXES L"Ln ,Col ,Sel ,Sb ,SLn ,Occ ,,,,,,,Ch ,Repl ,Eval ,"
#define STATUSBAR_SECTION_POSTFIXES L",,, [UTF-8],,, [UTF-8],,,,,,,,,"
#define STATUSBAR_DEFAULT_IDS L"0 1 12 14 2 4 5 6 7 8 9 10 11"
#define STATUSBAR_SECTION_WIDTH_SPECS L"30 20 20 20 20 20 0 0 0 0 0 0 20 20 30"
#define STATUSBAR_SECTION_WIDTH_SPECS L"30 20 20 20 20 20 0 0 0 0 0 0 20 20 20"
#define STAUSBAR_RIGHT_MARGIN 20
// --------------------------------------------------------------------------