From 99c0521d0b8d97f91b9810409db1fd31840e88ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Patrick=20Sch=C3=B6nberger?= Date: Sat, 26 Sep 2020 16:15:17 +0200 Subject: [PATCH] key repeat, zoom --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) { -- 2.50.1