Properly initially size the MP chat log.
This commit is contained in:
parent
1c8638c55d
commit
e53fb069cc
1 changed files with 6 additions and 0 deletions
|
@ -402,11 +402,13 @@
|
|||
[page_definition]
|
||||
[row]
|
||||
[column]
|
||||
vertical_grow = "true"
|
||||
horizontal_grow = "true"
|
||||
[grid]
|
||||
[row]
|
||||
[column]
|
||||
horizontal_alignment = "center"
|
||||
vertical_alignment = "top"
|
||||
[label]
|
||||
id = "log_header"
|
||||
definition = "title"
|
||||
|
@ -415,8 +417,10 @@
|
|||
[/column]
|
||||
[/row]
|
||||
[row]
|
||||
grow_factor = 1
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
[scroll_label]
|
||||
id = "log_text"
|
||||
definition = "default"
|
||||
|
@ -493,8 +497,10 @@
|
|||
{HORIZONTAL_SEP}
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
{VERTICAL_BEGIN}
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
{CHATLOG}
|
||||
{VERTICAL_SEP}
|
||||
horizontal_grow = "true"
|
||||
|
|
Loading…
Add table
Reference in a new issue