MP Staging/Join Game: tweak button areas

This commit is contained in:
Charles Dang 2021-08-01 02:58:04 -04:00
parent faa0d52ab7
commit b71fbc5946
2 changed files with 15 additions and 6 deletions

View File

@ -355,7 +355,7 @@
{GUI_FORCE_WIDGET_MINIMUM_SIZE 242 0 (
[button]
id = "cancel"
definition = "large"
definition = "really_large"
label = _ "Leave"
[/button]
)}

View File

@ -415,17 +415,26 @@
[column]
border = "all"
border_size = 5
horizontal_grow = true
[button]
id = "ok"
definition = "large"
label = _ "Im Ready"
[/button]
# See note in mp_join_game.cfg for where this value comes from.
{GUI_FORCE_WIDGET_MINIMUM_SIZE 242 0 (
[button]
id = "ok"
definition = "really_large"
label = _ "Im Ready"
[/button]
)}
[/column]
[/row]
[row]
[column]
border = "all"
border_size = 5
horizontal_grow = true
[button]
id = "cancel"