MP Lobby: base resolution selection on window width not height
[ci skip]
Height isn't the problem. The default lobby can display fine even at 600 px h. Width is
the problem the default layout faces at low resolutions, and it was quite odd to have a
really wide window use the low resolution layout, despite there obviously being enough
horizontal space to fit the sidebar.
(cherry-picked from commit 2f565b8e90
)
This commit is contained in:
parent
0b0a4d97c0
commit
9e2918d68e
2 changed files with 3 additions and 2 deletions
|
@ -70,6 +70,7 @@
|
|||
* Ensure the chat widget remains the correct size even after a window resize.
|
||||
* Custom MP game names are now capped at 50 characters.
|
||||
* Restored Era info to main MP game display.
|
||||
* Improved the resolution selection criteria for the MP Lobby.
|
||||
### WML engine
|
||||
* Support formula= key in [variable] ConditionalWML
|
||||
* Support to_location in [move_unit], taking a location ID
|
||||
|
|
|
@ -555,7 +555,7 @@
|
|||
# Low resolution
|
||||
#
|
||||
[resolution]
|
||||
window_height = 600
|
||||
window_width = 800
|
||||
definition = "borderless"
|
||||
|
||||
{GUI_WINDOW_FULLSCREEN}
|
||||
|
@ -779,7 +779,7 @@
|
|||
# Default resolution
|
||||
#
|
||||
[resolution]
|
||||
window_height = 660
|
||||
window_width = 1000
|
||||
definition = "borderless"
|
||||
|
||||
{GUI_WINDOW_FULLSCREEN}
|
||||
|
|
Loading…
Add table
Reference in a new issue