MP Staging: better size ratio for chat and players list at low resolution
This commit is contained in:
parent
e36023aaab
commit
02cf739db7
1 changed files with 4 additions and 1 deletions
|
@ -701,6 +701,9 @@
|
|||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
# 4/1 grow ratio is deliberate, since we don't want the players
|
||||
# column to shrink completely to minimum size.
|
||||
grow_factor = 4
|
||||
horizontal_grow = true
|
||||
vertical_grow = true
|
||||
|
||||
|
@ -712,7 +715,7 @@
|
|||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
grow_factor = 1
|
||||
horizontal_grow = true
|
||||
vertical_grow = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue