mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 19:32:57 +00:00
GUI2: allowed window maximum_width/height keys to be validated as formulas
[ci skip]
This commit is contained in:
parent
88ebb72b98
commit
0b5ef105c9
@ -935,7 +935,7 @@
|
||||
super="generic/state"
|
||||
[/tag]
|
||||
[/tag]
|
||||
[/tag]
|
||||
[/tag]
|
||||
[tag]
|
||||
name="chatbox_definition"
|
||||
min="0"
|
||||
@ -2403,12 +2403,12 @@
|
||||
[/key]
|
||||
[key]
|
||||
name="maximum_height"
|
||||
type="unsigned"
|
||||
type="f_unsigned"
|
||||
default=0
|
||||
[/key]
|
||||
[key]
|
||||
name="maximum_width"
|
||||
type="unsigned"
|
||||
type="f_unsigned"
|
||||
default=0
|
||||
[/key]
|
||||
[key]
|
||||
|
Loading…
x
Reference in New Issue
Block a user