MP Lobby: improved low-resolution layout
[ci skip] * Removed unnecessary spacer line. * Increased chat area height by 10% .
This commit is contained in:
parent
79c3bb56e1
commit
2e09886a56
2 changed files with 2 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
|||
### User Interface
|
||||
* 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.
|
||||
### Units
|
||||
* Changed the plural name for the merfolk race from Mermen to Merfolk (issue #2940)
|
||||
and replaced a few instances in core unit or terrain descriptions accordingly.
|
||||
|
|
|
@ -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