Change log_text to a scroll_label in the lobby.
This simplifies the code.
This commit is contained in:
parent
c97ea4549e
commit
73a9e41a15
1 changed files with 4 additions and 17 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue