gui2/twml_error: Limit maximum dialog size to 600x600 for readability

This commit is contained in:
Ignacio R. Morelle 2014-02-12 02:47:36 -03:00
parent 91e843a404
commit 9eeab249d1

View file

@ -11,7 +11,8 @@
definition = "default"
#click_dismiss = "true"
maximum_width = 800
maximum_width = 600
maximum_height = 600
automatic_placement = "true"
vertical_placement = "center"