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:
parent
8a4a4e6eae
commit
02664dfb45
1 changed files with 4 additions and 5 deletions
|
@ -13,7 +13,6 @@
|
||||||
automatic_placement = "true"
|
automatic_placement = "true"
|
||||||
vertical_placement = "center"
|
vertical_placement = "center"
|
||||||
horizontal_placement = "center"
|
horizontal_placement = "center"
|
||||||
maximum_width = 800
|
|
||||||
maximum_height = 600
|
maximum_height = 600
|
||||||
|
|
||||||
[linked_group]
|
[linked_group]
|
||||||
|
@ -333,8 +332,8 @@
|
||||||
[row]
|
[row]
|
||||||
|
|
||||||
[column]
|
[column]
|
||||||
horizontal_alignment = "center"
|
horizontal_grow = "true"
|
||||||
vertical_alignment = "top"
|
vertical_alignment = "top"
|
||||||
|
|
||||||
[scrollbar_panel]
|
[scrollbar_panel]
|
||||||
|
|
||||||
|
@ -346,14 +345,14 @@
|
||||||
[column]
|
[column]
|
||||||
border = "all"
|
border = "all"
|
||||||
border_size = 5
|
border_size = 5
|
||||||
horizontal_alignment = "center"
|
horizontal_alignment = "left"
|
||||||
vertical_alignment = "top"
|
vertical_alignment = "top"
|
||||||
|
|
||||||
[label]
|
[label]
|
||||||
id = "description"
|
id = "description"
|
||||||
definition = "default"
|
definition = "default"
|
||||||
|
|
||||||
wrap = "true"
|
characters_per_line = 66
|
||||||
[/label]
|
[/label]
|
||||||
|
|
||||||
[/column]
|
[/column]
|
||||||
|
|
Loading…
Add table
Reference in a new issue