SoTA: Fix zombie recruit dialog error.

There was an error complaining that horizontal_grow and
horizontal_alignment cannot both be set. I removed horizontal_grow
in favour of horizontal_alignment. I do not see any visible difference
in the dialog.
This commit is contained in:
Tommy 2022-06-14 21:58:57 +12:00
parent 355d6d485d
commit c5eaa69fd8

View file

@ -78,7 +78,6 @@
border = "top,bottom"
border_size = 10
horizontal_alignment="left"
horizontal_grow=true
[image]
id = "large_unit_sprite"
[/image]
@ -89,7 +88,6 @@
border = "bottom"
border_size = 5
horizontal_alignment="left"
horizontal_grow=true
[label]
use_markup = "true"
id = "large_unit_type"
@ -154,7 +152,7 @@
[column]
border = "bottom"
border_size = 12
horizontal_grow = true
horizontal_alignment = "left"
[label]
definition = "default_tiny"
use_markup = "true"
@ -213,7 +211,6 @@
border = "bottom"
border_size = 2
horizontal_alignment = "left"
horizontal_grow = true
[label]
definition = "default_small"
use_markup = "true"
@ -226,7 +223,6 @@
border = "bottom"
border_size = 2
horizontal_alignment = "left"
horizontal_grow = true
[label]
definition = "default_small"
use_markup = "true"