How to force Form dimensions
To specify Width and Height of a form, define the MainTable/Controller/PopupWindow node in the View as in the following example from HelloKitto:
yaml
#view dolls.yaml
Type: Data
Controller: List
...
MainTable:
Model: Doll
Fields:
.....
Controller:
PopupWindow:
Height: 500
Width: 400