tlobby_main: more design tweaks

This commit is contained in:
Charles Dang 2016-03-17 08:39:40 +11:00
parent d94c73a972
commit 999acb187f

View file

@ -653,7 +653,7 @@ border_size = 5
grow_factor = 0
[column]
horizontal_grow = "true"
verical_alignment = "bottom"
vertical_alignment = "bottom"
border = "left"
border_size = 5
[text_box]
@ -668,50 +668,56 @@ border_size = 5
#define _GUI_CONTROL_AREA
{HORIZONTAL_BEGIN}
border = "top"
border_size = 5
[button]
id = "quit"
definition = "default"
label = _ "Quit"
label = _ "Log Out"
[/button]
{VERTICAL_SEP}
border = "top"
border_size = 5
[button]
id = "show_preferences"
definition = "default"
label = _ "Preferences"
[/button]
{VERTICAL_SEP}
border = "top"
border_size = 5
[button]
id = "refresh"
definition = "default"
label = _ "Refresh"
[/button]
# {VERTICAL_SEP}
# [button]
# id = "show_help"
# definition = "default"
# label = _ "Help"
# [/button]
{VERTICAL_SEP}
border = "top"
border_size = 5
border_size = 10
[button]
id = "create"
definition = "default"
label = _ "Create Game"
[/button]
{VERTICAL_SEP}
border = "top"
border_size = 5
[button]
id = "join_global"
definition = "default"
label = _ "Join"
[/button]
{VERTICAL_SEP}
border = "top"
border_size = 5
[button]
id = "observe_global"
definition = "default"
label = _ "Observe"
[/button]
{VERTICAL_SEP}
border = "top"
border_size = 5
[toggle_button]
id = "skip_replay"
definition = "default"