new lobby - roomlistbox and chat input width grow
This commit is contained in:
parent
05fab5ddc1
commit
bf30acfe64
1 changed files with 11 additions and 8 deletions
|
@ -377,9 +377,11 @@
|
|||
[page_definition]
|
||||
[row]
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
[grid]
|
||||
[row]
|
||||
[column]
|
||||
horizontal_alignment = "center"
|
||||
[label]
|
||||
id = "log_header"
|
||||
definition = "title"
|
||||
|
@ -389,17 +391,15 @@
|
|||
[/row]
|
||||
[row]
|
||||
[column]
|
||||
horizontal_alignment = "center"
|
||||
vertical_alignment = "top"
|
||||
horizontal_grow = "true"
|
||||
[scrollbar_panel]
|
||||
[definition]
|
||||
[row]
|
||||
grow_factor = 0
|
||||
grow_factor = 1
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "center"
|
||||
vertical_alignment = "top"
|
||||
[label]
|
||||
id = "log_text"
|
||||
definition = "default"
|
||||
|
@ -469,6 +469,7 @@
|
|||
{HORIZONTAL_BEGIN}
|
||||
vertical_alignment = "top"
|
||||
{VERTICAL_BEGIN}
|
||||
horizontal_grow = "true"
|
||||
{ROOMLISTBOX}
|
||||
{VERTICAL_SEP}
|
||||
[button]
|
||||
|
@ -479,13 +480,15 @@
|
|||
{VERTICAL_END}
|
||||
{HORIZONTAL_SEP}
|
||||
grow_factor = 1
|
||||
horizontal_alignment = "left"
|
||||
horizontal_grow = "true"
|
||||
{VERTICAL_BEGIN}
|
||||
horizontal_alignment = "left"
|
||||
horizontal_grow = "true"
|
||||
{CHATLOG}
|
||||
{VERTICAL_SEP}
|
||||
horizontal_alignment = "left"
|
||||
horizontal_grow = "true"
|
||||
{HORIZONTAL_BEGIN}
|
||||
horizontal_grow = "true"
|
||||
grow_factor = 1
|
||||
[text_box]
|
||||
id = "chat_input"
|
||||
definition = "default"
|
||||
|
|
Loading…
Add table
Reference in a new issue