Remove the width limit from the campaign dialogue.

The previous limit was an artificial limit, using the character limit
feels less arbitrary. Did some other cosmetic fixes to let the dialogue
look nicely for different window widths.
This commit is contained in:
Mark de Wever 2012-04-30 19:37:26 +00:00
parent 8a4a4e6eae
commit 02664dfb45

View file

@ -13,7 +13,6 @@
automatic_placement = "true"
vertical_placement = "center"
horizontal_placement = "center"
maximum_width = 800
maximum_height = 600
[linked_group]
@ -333,7 +332,7 @@
[row]
[column]
horizontal_alignment = "center"
horizontal_grow = "true"
vertical_alignment = "top"
[scrollbar_panel]
@ -346,14 +345,14 @@
[column]
border = "all"
border_size = 5
horizontal_alignment = "center"
horizontal_alignment = "left"
vertical_alignment = "top"
[label]
id = "description"
definition = "default"
wrap = "true"
characters_per_line = 66
[/label]
[/column]