Allow text wrapping in the transient dialog.
Found during a code review, also reported by Shadowmaster and reported in bug #17945.
This commit is contained in:
parent
2d9edce643
commit
d2d866cdc1
2 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,7 @@ Version 1.9.4+svn:
|
|||
* Fixed: Black lines in the minimap.
|
||||
* Fixed: tooltips no longer capture the keyboard (bug #17797).
|
||||
* Changed: Allow underline in the gui2 font style.
|
||||
* Fixed: Not wrapping of transient dialog text (bug #17945).
|
||||
* WML engine:
|
||||
* Added support for map_passable and leader_passable for [placement]
|
||||
* Allow [color_range] and [color_palette] nodes to be inserted at top-level
|
||||
|
|
|
@ -72,6 +72,8 @@
|
|||
[label]
|
||||
id = "message"
|
||||
definition = "wml_message"
|
||||
|
||||
wrap = "true"
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue