From: Patrick Schönberger Date: Sat, 26 Sep 2020 14:15:17 +0000 (+0200) Subject: key repeat, zoom X-Git-Url: https://gitweb.ps.run/npengine/commitdiff_plain/99c0521d0b8d97f91b9810409db1fd31840e88ea key repeat, zoom --- diff --git a/src/main.cpp b/src/main.cpp index baa4478..5efb450 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -342,7 +342,7 @@ void load_level(int l, bool terminate = true) { sprintf(title, "%d.txt - Editor", lvl); hwnd = FindWindowA(NULL, title); - SetWindowPos(hwnd, HWND_TOP, 100, 100, 960, 905, SWP_SHOWWINDOW); + SetWindowPos(hwnd, HWND_TOP, 100, 100, 965, 905, SWP_SHOWWINDOW); SetFocus(hwnd); for (int i = 0; i < 10; i++) {