Change log_text to a scroll_label in the lobby.

This simplifies the code.
This commit is contained in:
Mark de Wever 2009-11-14 19:20:06 +00:00
parent c97ea4549e
commit 73a9e41a15

View file

@ -417,23 +417,10 @@
[row]
[column]
horizontal_grow = "true"
[scrollbar_panel]
[definition]
[row]
grow_factor = 1
[column]
horizontal_grow = "true"
border = "all"
border_size = 5
[label]
id = "log_text"
definition = "default"
wrap = "true"
[/label]
[/column]
[/row]
[/definition]
[/scrollbar_panel]
[scroll_label]
id = "log_text"
definition = "default"
[/scroll_label]
[/column]
[/row]
[/grid]