Skip to content

Commit

Permalink
Fix MP Create on smaller resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Sep 1, 2016
1 parent 3ddb497 commit 8b839e8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/gui/window/mp_create_game/small_resolution.cfg
Expand Up @@ -92,6 +92,25 @@

[/row]

[row]
grow_factor = 0

[column]
border = "all"
border_size = 5
horizontal_grow = "true"

[label]
definition = "default_large"
id = "game_title"
[/label]
[/column]

[column]
[spacer][/spacer]
[/column]
[/row]

[row]
{_GUI_MP_CREATE_MINIMAP_STACK}

Expand Down
13 changes: 13 additions & 0 deletions data/gui/window/mp_create_game/tiny_resolution.cfg
Expand Up @@ -86,6 +86,19 @@
[/column]
[/row]

[row]
grow_factor = 0
[column]
border = "all"
border_size = 5
horizontal_grow = "true"
[label]
definition = "default"
id = "game_title"
[/label]
[/column]
[/row]

[row]
grow_factor = 0
[column]
Expand Down

0 comments on commit 8b839e8

Please sign in to comment.