Fix regression: the small size of Notepad++ on its very first launch

Fix regression is due to a367fc1
pull/13917/head
Don Ho 2023-07-22 11:39:47 +02:00
parent a367fc1b79
commit c8020647dd
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ struct NppGUI final
bool _checkHistoryFiles = false;
RECT _appPos {};
RECT _appPos {0, 0, 1500, 1000};
RECT _findWindowPos {};
bool _findWindowLessMode = false;