summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2017-07-17 21:19:46 +0100
committerparamat <mat.gregory@virginmedia.com>2017-07-18 22:11:34 +0100
commit5f37efbec4d5b46cce8dbf7dc76cd1332b50d56a (patch)
tree765af9bfe759e7087eaea0361d8d7302f287edb1 /minetest.conf.example
parent79f19b8369a0120fbf0bd0ee3739989fbbbca50e (diff)
downloadminetest-5f37efbec4d5b46cce8dbf7dc76cd1332b50d56a.tar.gz
minetest-5f37efbec4d5b46cce8dbf7dc76cd1332b50d56a.tar.bz2
minetest-5f37efbec4d5b46cce8dbf7dc76cd1332b50d56a.zip
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.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 1 insertions, 1 deletions
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