mirror of
https://github.com/minetest/minetest.git
synced 2025-06-28 14:16:03 +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:
@ -487,7 +487,7 @@ viewing_range (Viewing range) int 100 20 4000
|
||||
screen_w (Screen width) int 1024
|
||||
|
||||
# Height component of the initial window size.
|
||||
screen_h (Screen height) int 576
|
||||
screen_h (Screen height) int 600
|
||||
|
||||
# Save window size automatically when modified.
|
||||
autosave_screensize (Autosave Screen Size) bool true
|
||||
|
Reference in New Issue
Block a user