mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 14:54:39 +02:00
Fix regression: the small size of Notepad++ on its very first launch
Fix regression is due to a367fc1
This commit is contained in:
parent
a367fc1b79
commit
c8020647dd
@ -773,7 +773,7 @@ struct NppGUI final
|
||||
|
||||
bool _checkHistoryFiles = false;
|
||||
|
||||
RECT _appPos {};
|
||||
RECT _appPos {0, 0, 1500, 1000};
|
||||
|
||||
RECT _findWindowPos {};
|
||||
bool _findWindowLessMode = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user