tlobby_main: use large buttons for main controls
This commit is contained in:
parent
47bb358003
commit
25e8d4f07c
1 changed files with 7 additions and 7 deletions
|
@ -679,7 +679,7 @@ border_size = 5
|
|||
border_size = 5
|
||||
[button]
|
||||
id = "quit"
|
||||
definition = "default"
|
||||
definition = "large"
|
||||
label = _ "Log Out"
|
||||
[/button]
|
||||
{VERTICAL_SEP}
|
||||
|
@ -687,7 +687,7 @@ border_size = 5
|
|||
border_size = 5
|
||||
[button]
|
||||
id = "show_preferences"
|
||||
definition = "default"
|
||||
definition = "large"
|
||||
label = _ "Preferences"
|
||||
[/button]
|
||||
{VERTICAL_SEP}
|
||||
|
@ -695,7 +695,7 @@ border_size = 5
|
|||
border_size = 5
|
||||
[button]
|
||||
id = "refresh"
|
||||
definition = "default"
|
||||
definition = "large"
|
||||
label = _ "Refresh"
|
||||
[/button]
|
||||
{VERTICAL_SEP}
|
||||
|
@ -703,7 +703,7 @@ border_size = 5
|
|||
border_size = 10
|
||||
[button]
|
||||
id = "create"
|
||||
definition = "default"
|
||||
definition = "large"
|
||||
label = _ "Create Game"
|
||||
[/button]
|
||||
{VERTICAL_SEP}
|
||||
|
@ -711,7 +711,7 @@ border_size = 5
|
|||
border_size = 5
|
||||
[button]
|
||||
id = "join_global"
|
||||
definition = "default"
|
||||
definition = "large"
|
||||
label = _ "Join"
|
||||
[/button]
|
||||
{VERTICAL_SEP}
|
||||
|
@ -719,7 +719,7 @@ border_size = 5
|
|||
border_size = 5
|
||||
[button]
|
||||
id = "observe_global"
|
||||
definition = "default"
|
||||
definition = "large"
|
||||
label = _ "Observe"
|
||||
[/button]
|
||||
{VERTICAL_SEP}
|
||||
|
@ -727,7 +727,7 @@ border_size = 5
|
|||
border_size = 5
|
||||
[toggle_button]
|
||||
id = "skip_replay"
|
||||
definition = "default"
|
||||
definition = "large"
|
||||
label = _ "Quick replay"
|
||||
[/toggle_button]
|
||||
# wmlxgettext: [column]
|
||||
|
|
Loading…
Add table
Reference in a new issue