MP Lobby: made gamelist expand to max available height
For some reason, I swapped these grow factors in the past since the chatbox was growing... not sure why. It works fine like this, and plus, the chatbox is now equal in height those in Staging and Join.
This commit is contained in:
parent
b55b0e7ebc
commit
cea34e70bd
1 changed files with 2 additions and 2 deletions
|
@ -893,7 +893,7 @@
|
|||
{GUI_HORIZONTAL_SPACER_LINE}
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
grow_factor = 1
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
@ -908,7 +908,7 @@
|
|||
{GUI_HORIZONTAL_SPACER_LINE}
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
grow_factor = 0
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
|
Loading…
Add table
Reference in a new issue