Skip to content

Commit

Permalink
tgame_load, tunit_create: allowed certain labels full column size
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 5, 2016
1 parent 54d3319 commit c266747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions data/gui/default/window/game_load.cfg
Expand Up @@ -130,13 +130,11 @@

border = "all"
border_size = 5
horizontal_alignment = "left"
horizontal_grow = "true"

[label]
id = "lblScenario"
definition = "default"

label = " "
[/label]

[/column]
Expand All @@ -151,13 +149,11 @@

border = "all"
border_size = 5
horizontal_alignment = "left"
horizontal_grow = "true"

[label]
id = "lblSummary"
definition = "default_small"

label = " "
[/label]

[/column]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/default/window/unit_create.cfg
Expand Up @@ -73,7 +73,7 @@
border = "all"
border_size = 5
vertical_grow = "true"
horizontal_alignment = "left"
horizontal_grow = "true"

[label]
id = "type_name"
Expand Down

0 comments on commit c266747

Please sign in to comment.