Skip to content

Commit

Permalink
increase recent files to 12: 3 tbls * 2 formats * 2 languages
Browse files Browse the repository at this point in the history
  • Loading branch information
kambala-decapitator committed Nov 4, 2019
1 parent 5c0a66c commit c3f8c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtbleditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


static const QString kNewTblFileName("!newstring!.tbl"), kCustomColorsFileName("customcolors.ini");
const int kMaxRecentFiles = 10;
const int kMaxRecentFiles = 12;


// global auxiliary functions
Expand Down

0 comments on commit c3f8c92

Please sign in to comment.