From 5f37efbec4d5b46cce8dbf7dc76cd1332b50d56a Mon Sep 17 00:00:00 2001 From: paramat Date: Mon, 17 Jul 2017 21:19:46 +0100 Subject: 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. --- minetest.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index b3e28cc91..f29849baf 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -558,7 +558,7 @@ # Height component of the initial window size. # type: int -# screen_h = 576 +# screen_h = 600 # Save window size automatically when modified. # type: bool -- cgit v1.2.3