mirror of
https://github.com/minetest/minetest.git
synced 2025-06-30 23:20:22 +02:00
Window size: use 1024x600 to avoid a smaller UI
The change from 800x600 to 1024x576 (16:9) was a reduction in height which caused user interface to become smaller. Continue to use width 1024 as it is a common small screen width.
This commit is contained in:
@ -126,7 +126,7 @@ void set_default_settings(Settings *settings)
|
||||
settings->setDefault("pause_fps_max", "20");
|
||||
settings->setDefault("viewing_range", "100");
|
||||
settings->setDefault("screen_w", "1024");
|
||||
settings->setDefault("screen_h", "576");
|
||||
settings->setDefault("screen_h", "600");
|
||||
settings->setDefault("autosave_screensize", "true");
|
||||
settings->setDefault("fullscreen", "false");
|
||||
settings->setDefault("fullscreen_bpp", "24");
|
||||
|
Reference in New Issue
Block a user