MP Lobby: improved low-resolution layout
[ci skip]
* Removed unnecessary spacer line.
* Increased chat area height by 10% .
(cherry-picked from commit 195eb0ce73
)
This commit is contained in:
parent
e335e394ea
commit
b0b150cb5a
2 changed files with 2 additions and 3 deletions
|
@ -63,6 +63,7 @@
|
|||
* Fixed context menus not dismissing on right click.
|
||||
* Removed individual Join/Observe buttons for each game in the MP Lobby.
|
||||
* Highlight the titles of MP games with vacant slots.
|
||||
* Improved MP Lobby layout on low resolutions.
|
||||
### WML engine
|
||||
* Support formula= key in [variable] ConditionalWML
|
||||
* Support to_location in [move_unit], taking a location ID
|
||||
|
|
|
@ -731,8 +731,6 @@
|
|||
[/column]
|
||||
[/row]
|
||||
|
||||
{GUI_HORIZONTAL_SPACER_LINE}
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
||||
|
@ -740,7 +738,7 @@
|
|||
horizontal_grow = true
|
||||
vertical_grow = true
|
||||
|
||||
{GUI_FORCE_WIDGET_SIZE 0 "((screen_height * 20) / 100)" (
|
||||
{GUI_FORCE_WIDGET_SIZE 0 "((screen_height * 30) / 100)" (
|
||||
[grid]
|
||||
[row]
|
||||
grow_factor = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue