From f41ce7c42a51b101914213d976ae46a7a5b1dd89 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 22 Sep 2020 15:50:38 +0200 Subject: [PATCH] changed the WEB size so that the sidemenu is used by default --- basegraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basegraph.cpp b/basegraph.cpp index 810de9e7..a564eda5 100644 --- a/basegraph.cpp +++ b/basegraph.cpp @@ -1142,7 +1142,7 @@ EX void initgraph() { } #if ISWEB - vid.xscr = vid.xres = 1200; + vid.xscr = vid.xres = 1280; vid.yscr = vid.yres = 900; #else const SDL_VideoInfo *inf = SDL_GetVideoInfo();