Lock sizes of all chat boxes

This fixes the chat box randomly becoming too large in the MP lobby.
This commit is contained in:
Jyrki Vesterinen 2016-11-03 21:55:19 +02:00
parent 8f40462116
commit 4ed0146251
3 changed files with 4 additions and 4 deletions

View file

@ -816,7 +816,7 @@
[column]
horizontal_grow = "true"
vertical_grow = "true"
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 20) / 100)" (
{GUI_FORCE_WIDGET_SIZE 0 "((screen_height * 20) / 100)" (
[grid]
[row]
grow_factor = 1
@ -911,7 +911,7 @@
[column]
horizontal_grow = "true"
vertical_grow = "true"
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 25 / 100))" (
{GUI_FORCE_WIDGET_SIZE 0 "((screen_height * 25 / 100))" (
[chatbox]
id = "chat"
[/chatbox]

View file

@ -575,7 +575,7 @@
horizontal_grow = "true"
vertical_grow = "true"
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 25 / 100))" (
{GUI_FORCE_WIDGET_SIZE 0 "((screen_height * 25 / 100))" (
[chatbox]
id = "chat"
[/chatbox]

View file

@ -710,7 +710,7 @@
horizontal_grow = "true"
vertical_grow = "true"
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 25 / 100))" (
{GUI_FORCE_WIDGET_SIZE 0 "((screen_height * 25 / 100))" (
[chatbox]
id = "chat"
[/chatbox]